File tree Expand file tree Collapse file tree 3 files changed +971
-919
lines changed
Expand file tree Collapse file tree 3 files changed +971
-919
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ default_language_version:
55default_stages : [pre-commit, pre-push]
66repos :
77- repo : https://github.com/pre-commit/pre-commit-hooks
8- rev : v4.6 .0
8+ rev : v5.0 .0
99 hooks :
1010 - id : check-json
1111 exclude : ^frontend/.*$
@@ -38,22 +38,22 @@ repos:
3838 - --max-line-length=120
3939 - --max-complexity=18
4040- repo : https://github.com/psf/black
41- rev : 24.8 .0
41+ rev : 24.10 .0
4242 hooks :
4343 - id : black
4444 language_version : python3.12
4545 args :
4646 - --line-length=120
4747- repo : https://github.com/PyCQA/bandit
48- rev : ' 1.7.9 '
48+ rev : ' 1.7.10 '
4949 hooks :
5050 - id : bandit
5151- repo : https://github.com/PyCQA/isort
5252 rev : ' 5.13.2'
5353 hooks :
5454 - id : isort
5555- repo : https://github.com/pre-commit/mirrors-mypy
56- rev : ' v1.11.2 '
56+ rev : ' v1.13.0 '
5757 hooks :
5858 - id : mypy
5959 args :
You can’t perform that action at this time.
0 commit comments