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 @@ -3,7 +3,7 @@ default_language_version:
33 python : python3.11
44repos :
55 - repo : https://github.com/codespell-project/codespell
6- rev : v2.4.1
6+ rev : v2.4.2
77 hooks :
88 - id : codespell
99 args : ["--ignore-words=codespell.txt"]
@@ -13,15 +13,15 @@ repos:
1313 hooks :
1414 - id : prettier
1515 - repo : https://github.com/psf/black
16- rev : 25.12.0
16+ rev : 26.3.1
1717 hooks :
1818 - id : black
1919 - repo : https://github.com/PyCQA/flake8
2020 rev : 7.3.0
2121 hooks :
2222 - id : flake8
2323 - repo : https://github.com/PyCQA/isort
24- rev : 7 .0.0
24+ rev : 8 .0.1
2525 hooks :
2626 - id : isort
2727 args : ["--settings-path=pyproject.toml"]
3333 language : script
3434 types : [python]
3535 - repo : https://github.com/PyCQA/bandit
36- rev : 1.9.2
36+ rev : 1.9.4
3737 hooks :
3838 - id : bandit
3939 args : ["-ll"]
6161 - id : check-merge-conflict
6262 - id : debug-statements
6363 - repo : https://github.com/alessandrojcm/commitlint-pre-commit-hook
64- rev : v9.23 .0
64+ rev : v9.24 .0
6565 hooks :
6666 - id : commitlint
6767 stages : [commit-msg]
You can’t perform that action at this time.
0 commit comments