File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change 6
6
exclude : ^src/libs/|\.cpp$|\.h$|\.cc$|\.c$
7
7
repos :
8
8
- repo : https://github.com/pre-commit/pre-commit-hooks
9
- rev : " v4.4 .0"
9
+ rev : " v5.0 .0"
10
10
hooks :
11
11
- id : check-added-large-files
12
12
- id : check-case-conflict
@@ -25,35 +25,35 @@ repos:
25
25
- id : trailing-whitespace
26
26
27
27
- repo : https://github.com/asottile/setup-cfg-fmt
28
- rev : " v2.4 .0"
28
+ rev : " v2.5 .0"
29
29
hooks :
30
30
- id : setup-cfg-fmt
31
31
32
32
- repo : https://github.com/PyCQA/isort
33
- rev : " 5.12.0 "
33
+ rev : " 5.13.2 "
34
34
hooks :
35
35
- id : isort
36
36
37
37
- repo : https://github.com/asottile/pyupgrade
38
- rev : " v3.13 .0"
38
+ rev : " v3.17 .0"
39
39
hooks :
40
40
- id : pyupgrade
41
41
args : ["--py36-plus"]
42
42
43
43
- repo : https://github.com/psf/black
44
- rev : " 23.9.1 "
44
+ rev : " 24.8.0 "
45
45
hooks :
46
46
- id : black
47
47
args : ["--skip-string-normalization"]
48
48
49
49
- repo : https://github.com/hadialqattan/pycln
50
- rev : " v2.2.2 "
50
+ rev : " v2.4.0 "
51
51
hooks :
52
52
- id : pycln
53
53
args : ["--all"]
54
54
55
55
- repo : https://github.com/PyCQA/flake8
56
- rev : " 6 .1.0 "
56
+ rev : " 7 .1.1 "
57
57
hooks :
58
58
- id : flake8
59
59
additional_dependencies : [flake8-bugbear, pep8-naming]
@@ -65,13 +65,13 @@ repos:
65
65
stages : [manual]
66
66
67
67
- repo : https://github.com/codespell-project/codespell
68
- rev : " v2.2.5 "
68
+ rev : " v2.3.0 "
69
69
hooks :
70
70
- id : codespell
71
71
args : ["-L", "nd,unparseable,compiletime"]
72
72
73
73
- repo : https://github.com/shellcheck-py/shellcheck-py
74
- rev : " v0.9 .0.6 "
74
+ rev : " v0.10 .0.1 "
75
75
hooks :
76
76
- id : shellcheck
77
77
You can’t perform that action at this time.
0 commit comments