Commit b0d3bb3 1 parent 1b55ade commit b0d3bb3 Copy full SHA for b0d3bb3
File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 11
11
12
12
repos :
13
13
- repo : https://github.com/pre-commit/pre-commit-hooks
14
- rev : " v4.6 .0"
14
+ rev : " v5.0 .0"
15
15
hooks :
16
16
- id : check-added-large-files
17
17
- id : check-case-conflict
@@ -27,19 +27,19 @@ repos:
27
27
- id : trailing-whitespace
28
28
29
29
- repo : https://github.com/psf/black
30
- rev : " 24.4.2 "
30
+ rev : " 24.10.0 "
31
31
hooks :
32
32
- id : black
33
33
additional_dependencies : [tomli]
34
34
35
35
- repo : https://github.com/astral-sh/ruff-pre-commit
36
- rev : v0.5.4
36
+ rev : v0.9.2
37
37
hooks :
38
38
- id : ruff
39
39
args : [--fix, --exit-non-zero-on-fix]
40
40
41
41
- repo : https://github.com/pre-commit/mirrors-clang-format
42
- rev : v18 .1.8
42
+ rev : v19 .1.7
43
43
hooks :
44
44
- id : clang-format
45
45
types_or : [c++]
You can’t perform that action at this time.
0 commit comments