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 @@ -42,20 +42,20 @@ repos:
4242
4343 # Python hooks
4444 - repo : https://github.com/asottile/pyupgrade
45- rev : v3.19 .0
45+ rev : v3.20 .0
4646 hooks :
4747 - id : pyupgrade
4848 args : [--py36-plus]
4949
5050 - repo : https://github.com/psf/black
51- rev : 24.10 .0
51+ rev : 25.1 .0
5252 hooks :
5353 - id : black
5454 args : ["--line-length=100"]
5555
5656
5757 - repo : https://github.com/pycqa/flake8
58- rev : 7.1.1
58+ rev : 7.3.0
5959 hooks :
6060 - id : flake8
6161 args : ["--ignore=E501"]
9292
9393 # Docs - RestructuredText hooks
9494 - repo : https://github.com/PyCQA/doc8
95- rev : v1.1.2
95+ rev : v2.0.0
9696 hooks :
9797 - id : doc8
9898 args : ['--max-line-length=100', '--ignore=D001']
@@ -107,7 +107,7 @@ repos:
107107 # Spellcheck in comments and docs
108108 # skipping of *.svg files is not working...
109109 - repo : https://github.com/codespell-project/codespell
110- rev : v2.3.0
110+ rev : v2.4.1
111111 hooks :
112112 - id : codespell
113113 args : ['--write-changes']
You can’t perform that action at this time.
0 commit comments