File tree 1 file changed +7
-6
lines changed
1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change 15
15
repos :
16
16
# Standard hooks
17
17
- repo : https://github.com/pre-commit/pre-commit-hooks
18
- rev : v4.6 .0
18
+ rev : v5.0 .0
19
19
hooks :
20
20
- id : check-added-large-files
21
21
- id : check-case-conflict
33
33
- id : trailing-whitespace
34
34
35
35
- repo : https://github.com/psf/black
36
- rev : 24.8 .0
36
+ rev : 24.10 .0
37
37
hooks :
38
38
- id : black
39
39
@@ -54,10 +54,11 @@ repos:
54
54
exclude : CHANGELOG.rst
55
55
56
56
- repo : https://github.com/cheshirekow/cmake-format-precommit
57
- rev : v0.6.11
57
+ rev : v0.6.13
58
58
hooks :
59
59
- id : cmake-format
60
60
- id : cmake-lint
61
- args :
62
- - " --disabled-codes=C0301" # Disable Line too long lint
63
- - " --suppress-decorations"
61
+ args : [--disabled-codes=C0301, # Disable Line too long lint
62
+ --disabled-codes=C0307, # Disable Bad indentation
63
+ --suppress-decorations
64
+ ]
You can’t perform that action at this time.
0 commit comments