We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8c9511 commit 04f8c37Copy full SHA for 04f8c37
.pre-commit-config.yaml
@@ -25,13 +25,13 @@ repos:
25
hooks:
26
- id: remove-tabs
27
- repo: https://github.com/codespell-project/codespell
28
- rev: v2.3.0
+ rev: v2.4.1
29
30
- id: codespell
31
exclude: ^(test/|units/|docs/reference/)
32
args: [-L ThirdParty]
33
- repo: https://github.com/pre-commit/pre-commit-hooks
34
- rev: v4.6.0
+ rev: v5.0.0
35
36
- id: check-added-large-files
37
- id: mixed-line-ending
@@ -47,7 +47,7 @@ repos:
47
- id: debug-statements
48
- id: detect-private-key
49
- repo: https://github.com/pre-commit/mirrors-clang-format
50
- rev: v18.1.8
+ rev: v20.1.0
51
52
- id: clang-format
53
types:
0 commit comments