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 1717repos :
1818 # Standard hooks
1919 - repo : https://github.com/pre-commit/pre-commit-hooks
20- rev : v4.4 .0
20+ rev : v4.6 .0
2121 hooks :
2222 - id : check-added-large-files
2323 args : ['--maxkb=1500']
@@ -42,20 +42,20 @@ repos:
4242
4343 # Python hooks
4444 - repo : https://github.com/asottile/pyupgrade
45- rev : v3.3.1
45+ rev : v3.16.0
4646 hooks :
4747 - id : pyupgrade
4848 args : [--py36-plus]
4949
5050 - repo : https://github.com/psf/black
51- rev : 23.3.0
51+ rev : 24.4.2
5252 hooks :
5353 - id : black
5454 args : ["--line-length=100"]
5555
5656
5757 - repo : https://github.com/pycqa/flake8
58- rev : 6.0 .0
58+ rev : 7.1 .0
5959 hooks :
6060 - id : flake8
6161 args : ["--ignore=E501"]
@@ -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.2.4
110+ rev : v2.3.0
111111 hooks :
112112 - id : codespell
113113 args : ['--write-changes']
You can’t perform that action at this time.
0 commit comments