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 33
44repos :
55 - repo : https://github.com/PyCQA/bandit
6- rev : 1.7.10
6+ rev : 1.8.6
77 hooks :
88 - id : bandit
99 additional_dependencies : ['toml']
1010 # not support auto read config from `pyproject.toml` for now
1111 args : ['-c', "pyproject.toml"]
1212
1313 - repo : https://github.com/pre-commit/pre-commit-hooks
14- rev : v5 .0.0
14+ rev : v6 .0.0
1515 hooks :
1616 - id : check-toml
1717 - id : check-yaml
@@ -25,23 +25,23 @@ repos:
2525 - id : check-merge-conflict
2626
2727 - repo : https://github.com/codespell-project/codespell
28- rev : v2.3.0
28+ rev : v2.4.1
2929 hooks :
3030 - id : codespell
3131
3232 - repo : https://github.com/pycqa/isort
33- rev : 5.13.2
33+ rev : 7.0.0
3434 hooks :
3535 - id : isort
3636
3737 - repo : https://github.com/PyCQA/flake8
38- rev : 7.1.1
38+ rev : 7.3.0
3939 hooks :
4040 - id : flake8
4141 additional_dependencies :
4242 - flake8-bugbear
4343
44- - repo : https://github.com/psf/black
45- rev : 24.10 .0
44+ - repo : https://github.com/psf/black-pre-commit-mirror
45+ rev : 25.9 .0
4646 hooks :
4747 - id : black
You can’t perform that action at this time.
0 commit comments