Skip to content

Commit 82f07bd

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/codespell-project/codespell: v2.3.0 → v2.4.1](codespell-project/codespell@v2.3.0...v2.4.1) - [github.com/pre-commit/pre-commit-hooks: v4.6.0 → v5.0.0](pre-commit/pre-commit-hooks@v4.6.0...v5.0.0) - [github.com/pre-commit/mirrors-clang-format: v18.1.8 → v20.1.4](pre-commit/mirrors-clang-format@v18.1.8...v20.1.4)
1 parent e8c9511 commit 82f07bd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,13 @@ repos:
2525
hooks:
2626
- id: remove-tabs
2727
- repo: https://github.com/codespell-project/codespell
28-
rev: v2.3.0
28+
rev: v2.4.1
2929
hooks:
3030
- id: codespell
3131
exclude: ^(test/|units/|docs/reference/)
3232
args: [-L ThirdParty]
3333
- repo: https://github.com/pre-commit/pre-commit-hooks
34-
rev: v4.6.0
34+
rev: v5.0.0
3535
hooks:
3636
- id: check-added-large-files
3737
- id: mixed-line-ending
@@ -47,7 +47,7 @@ repos:
4747
- id: debug-statements
4848
- id: detect-private-key
4949
- repo: https://github.com/pre-commit/mirrors-clang-format
50-
rev: v18.1.8
50+
rev: v20.1.4
5151
hooks:
5252
- id: clang-format
5353
types:

0 commit comments

Comments
 (0)