File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 77# See https://pre-commit.com/hooks.html for more hooks
88repos :
99 - repo : https://github.com/pre-commit/pre-commit-hooks
10- rev : v4.5 .0
10+ rev : v6.0 .0
1111 hooks :
1212 - id : trailing-whitespace
1313 - id : end-of-file-fixer
1414 - id : check-yaml
1515 - id : check-added-large-files
16- - repo : https://github.com/psf/black
17- rev : 23 .9.1
16+ - repo : https://github.com/psf/black-pre-commit-mirror
17+ rev : 25 .9.0
1818 hooks :
1919 - id : black
2020 args : [--safe, --quiet]
2121 - repo : https://github.com/pycqa/isort
22- rev : 5.12 .0
22+ rev : 6.1 .0
2323 hooks :
2424 - id : isort
2525 name : isort (python)
@@ -32,12 +32,12 @@ repos:
3232 types : [python]
3333 args : [-rn, -sn, --rcfile=pyproject.toml]
3434 - repo : https://github.com/pycqa/flake8
35- rev : 6.1 .0
35+ rev : 7.3 .0
3636 hooks :
3737 - id : flake8
3838 additional_dependencies : [flake8-annotations]
3939 - repo : https://github.com/PyCQA/bandit
40- rev : 1.7.5
40+ rev : 1.8.6
4141 hooks :
4242 - id : bandit
4343 args : ["-c", "pyproject.toml"]
You can’t perform that action at this time.
0 commit comments