File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ default_language_version:
22 python : python3
33repos :
44- repo : https://github.com/pre-commit/pre-commit-hooks
5- rev : v4.1 .0
5+ rev : v4.5 .0
66 hooks :
77 - id : check-added-large-files
88 - id : check-case-conflict
2525 entry : TODO
2626 types : [text]
2727 exclude : ^(.pre-commit-config.yaml|.github/workflows/test.yml)$
28- - repo : https://gitlab .com/pycqa /flake8
29- rev : 3.9.2
28+ - repo : https://github .com/PyCQA /flake8
29+ rev : 6.1.0
3030 hooks :
3131 - id : flake8
3232 args : [-j8]
@@ -38,11 +38,11 @@ repos:
3838 - flake8-isort
3939 - flake8-string-format
4040- repo : https://github.com/google/yapf
41- rev : v0.31.0
41+ rev : v0.40.2
4242 hooks :
4343 - id : yapf
4444 args : [-i]
4545- repo : https://github.com/PyCQA/isort
46- rev : 5.10.1
46+ rev : 5.13.0
4747 hooks :
4848 - id : isort
You can’t perform that action at this time.
0 commit comments