File tree 1 file changed +6
-6
lines changed
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ exclude: >
17
17
)$
18
18
repos :
19
19
- repo : https://github.com/pre-commit/pre-commit-hooks
20
- rev : v4.6 .0
20
+ rev : v5.0 .0
21
21
hooks :
22
22
- id : trailing-whitespace
23
23
- id : end-of-file-fixer
@@ -31,20 +31,20 @@ repos:
31
31
hooks :
32
32
- id : shellcheck
33
33
- repo : https://github.com/streetsidesoftware/cspell-cli
34
- rev : v8.13.3
34
+ rev : v8.15.2
35
35
hooks :
36
36
- id : cspell
37
37
- repo : https://github.com/pycqa/isort
38
38
rev : 5.13.2
39
39
hooks :
40
40
- id : isort
41
41
- repo : https://github.com/psf/black
42
- rev : 24.8 .0
42
+ rev : 24.10 .0
43
43
hooks :
44
44
- id : black
45
45
language_version : python3
46
46
- repo : https://github.com/pre-commit/mirrors-mypy
47
- rev : v1.11.2
47
+ rev : v1.13.0
48
48
hooks :
49
49
- id : mypy
50
50
# empty args needed in order to match mypy cli behavior
70
70
- xxhash
71
71
72
72
- repo : https://github.com/astral-sh/ruff-pre-commit
73
- rev : " v0.6.3 "
73
+ rev : " v0.7.2 "
74
74
hooks :
75
75
- id : ruff
76
76
args : [
87
87
]
88
88
89
89
- repo : https://github.com/pycqa/pylint
90
- rev : v3.2.7
90
+ rev : v3.3.1
91
91
hooks :
92
92
- id : pylint
93
93
args :
You can’t perform that action at this time.
0 commit comments