File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -17,17 +17,17 @@ repos:
17
17
additional_dependencies :
18
18
- wemake-python-styleguide
19
19
- repo : https://github.com/PyCQA/isort
20
- rev : ' 5.13.2 '
20
+ rev : ' 6.0.1 '
21
21
hooks :
22
22
- id : isort
23
23
- repo : https://github.com/psf/black
24
- rev : ' 24.10 .0'
24
+ rev : ' 25.1 .0'
25
25
hooks :
26
26
- id : black
27
27
language_version : python3 # Should be a command that runs python3
28
28
29
29
- repo : https://github.com/python-jsonschema/check-jsonschema.git
30
- rev : 0.30.0
30
+ rev : 0.32.1
31
31
hooks :
32
32
- id : check-github-workflows
33
33
files : ^\.github/workflows/[^/]+$
@@ -83,18 +83,18 @@ repos:
83
83
- id : pyupgrade
84
84
args : ['--py36-plus']
85
85
- repo : https://github.com/PyCQA/flake8
86
- rev : ' 7.1.1 '
86
+ rev : ' 7.2.0 '
87
87
hooks :
88
88
- id : flake8
89
89
exclude : " ^docs/"
90
90
91
91
- repo : https://github.com/codespell-project/codespell.git
92
- rev : v2.3.0
92
+ rev : v2.4.1
93
93
hooks :
94
94
- id : codespell
95
95
96
96
- repo : https://github.com/adrienverge/yamllint.git
97
- rev : v1.35.1
97
+ rev : v1.37.0
98
98
hooks :
99
99
- id : yamllint
100
100
args :
@@ -165,7 +165,7 @@ repos:
165
165
- rst
166
166
167
167
- repo : https://github.com/pre-commit/mirrors-mypy.git
168
- rev : v1.14.1
168
+ rev : v1.15.0
169
169
hooks :
170
170
- id : mypy
171
171
alias : mypy-py311
@@ -185,7 +185,7 @@ repos:
185
185
pass_filenames : false
186
186
187
187
- repo : https://github.com/rhysd/actionlint
188
- rev : v1.7.6
188
+ rev : v1.7.7
189
189
hooks :
190
190
- id : actionlint-docker
191
191
args :
You can’t perform that action at this time.
0 commit comments