File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 11fail_fast : true
2- default_stages : [commit]
2+ default_stages : [pre- commit]
33exclude : " .git|.tox"
44
55repos :
66 - repo : https://github.com/pre-commit/pre-commit-hooks
7- rev : v4.3 .0
7+ rev : v5.0 .0
88 hooks :
99 - id : trailing-whitespace
1010 - id : check-added-large-files
@@ -17,23 +17,23 @@ repos:
1717 - id : check-merge-conflict
1818
1919 - repo : https://github.com/psf/black
20- rev : 22 .10.0
20+ rev : 24 .10.0
2121 hooks :
2222 - id : black
2323
2424 - repo : https://github.com/PyCQA/isort
25- rev : 5.12.0
25+ rev : 5.13.2
2626 hooks :
2727 - id : isort
2828
2929 - repo : https://github.com/PyCQA/flake8
30- rev : 5.0.4
30+ rev : 7.1.1
3131 hooks :
3232 - id : flake8
3333 additional_dependencies : [flake8-isort]
3434
3535 - repo : https://github.com/pre-commit/mirrors-mypy
36- rev : ' v0.991 '
36+ rev : ' v1.11.2 '
3737 hooks :
3838 - id : mypy
3939 args :
5151 - " --no-warn-return-any"
5252
5353 - repo : https://github.com/PyCQA/autoflake
54- rev : ' v2.2 .1'
54+ rev : ' v2.3 .1'
5555 hooks :
5656 - id : autoflake
5757 args :
You can’t perform that action at this time.
0 commit comments