File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ default_language_version:
2
2
python : python3.8
3
3
repos :
4
4
- repo : https://github.com/pre-commit/pre-commit-hooks
5
- rev : v4.5 .0
5
+ rev : v4.6 .0
6
6
hooks :
7
7
- id : check-added-large-files
8
8
- id : check-case-conflict
@@ -17,11 +17,11 @@ repos:
17
17
hooks :
18
18
- id : isort
19
19
- repo : https://github.com/psf/black
20
- rev : 24.3.0
20
+ rev : 24.4.2
21
21
hooks :
22
22
- id : black
23
23
- repo : https://github.com/codespell-project/codespell
24
- rev : v2.2.6
24
+ rev : v2.3.0
25
25
hooks :
26
26
- id : codespell
27
27
- repo : https://github.com/PyCQA/pydocstyle
31
31
additional_dependencies : ["tomli"]
32
32
exclude : " tests"
33
33
- repo : https://github.com/PyCQA/flake8
34
- rev : 7.0 .0
34
+ rev : 7.1 .0
35
35
hooks :
36
36
- id : flake8
37
37
ci :
You can’t perform that action at this time.
0 commit comments