Skip to content

Commit

Permalink
chore(deps): update pre-commit hooks (#862)
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit-ci[bot] committed Jun 20, 2023
1 parent 85e451d commit 2d0e184
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ repos:
stages: [manual]

- repo: https://github.com/codespell-project/codespell
rev: v2.2.4
rev: v2.2.5
hooks:
- id: codespell
args: ["-L", "hist,nd,circularly,ba"]
Expand All @@ -69,7 +69,7 @@ repos:
exclude: .pre-commit-config.yaml

- repo: https://github.com/pre-commit/mirrors-clang-format
rev: v16.0.4
rev: v16.0.6
hooks:
- id: clang-format
types_or: [c++]
Expand Down

0 comments on commit 2d0e184

Please sign in to comment.