File tree Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ default_language_version:
44
55repos :
66 - repo : https://github.com/pre-commit/pre-commit-hooks
7- rev : v4 .0.1
7+ rev : v5 .0.0
88 hooks :
99 - id : check-executables-have-shebangs
1010 - id : fix-encoding-pragma
@@ -19,39 +19,39 @@ repos:
1919 - id : trailing-whitespace
2020
2121 - repo : https://github.com/jorisroovers/gitlint
22- rev : v0.15 .1
22+ rev : v0.19 .1
2323 hooks :
2424 - id : gitlint
2525
2626 - repo : https://github.com/pycqa/isort
27- rev : 5.10.1
27+ rev : 6.0.0
2828 hooks :
2929 - id : isort
3030
31- - repo : https://github.com/ambv /black
32- rev : 21.9b0
31+ - repo : https://github.com/psf /black
32+ rev : 25.1.0
3333 hooks :
3434 - id : black
3535
36- - repo : https://gitlab .com/pycqa /flake8
37- rev : 3.9.2
36+ - repo : https://github .com/PyCQA /flake8
37+ rev : 7.1.1
3838 hooks :
3939 - id : flake8
4040
4141 - repo : https://github.com/pycqa/bandit
42- rev : 1.7.0
42+ rev : 1.8.2
4343 hooks :
4444 - id : bandit
4545 # Bandit does not need to run on test code
4646 exclude : tests/*
4747
4848 - repo : https://github.com/pycqa/pydocstyle
49- rev : 6.1.1
49+ rev : 6.3.0
5050 hooks :
5151 - id : pydocstyle
5252
5353 - repo : https://github.com/btford/write-good
54- rev : v1.0.4
54+ rev : v1.0.8
5555 hooks :
5656 - id : write-good
5757 files : " \\ .(rst|md|markdown|mdown|mkdn)$"
You can’t perform that action at this time.
0 commit comments