File tree 1 file changed +8
-8
lines changed
1 file changed +8
-8
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.17 .3
35
35
hooks :
36
36
- id : cspell
37
37
- repo : https://github.com/pycqa/isort
38
- rev : 5.13.2
38
+ rev : 6.0.1
39
39
hooks :
40
40
- id : isort
41
41
- repo : https://github.com/psf/black
42
- rev : 24.8 .0
42
+ rev : 25.1 .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.15.0
48
48
hooks :
49
49
- id : mypy
50
50
# empty args needed in order to match mypy cli behavior
@@ -70,15 +70,15 @@ repos:
70
70
- xxhash
71
71
72
72
- repo : https://github.com/astral-sh/ruff-pre-commit
73
- rev : " v0.6.3 "
73
+ rev : " v0.11.4 "
74
74
hooks :
75
75
- id : ruff
76
76
args : [
77
77
--fix,
78
78
--exit-non-zero-on-fix,
79
79
]
80
80
- repo : https://github.com/PyCQA/flake8
81
- rev : 7.1.1
81
+ rev : 7.2.0
82
82
hooks :
83
83
- id : flake8
84
84
args : [
87
87
]
88
88
89
89
- repo : https://github.com/pycqa/pylint
90
- rev : v3.2.7
90
+ rev : v3.3.6
91
91
hooks :
92
92
- id : pylint
93
93
args :
You can’t perform that action at this time.
0 commit comments