File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 66# See https://pre-commit.com/hooks.html for more hooks
77repos :
88- repo : https://github.com/pre-commit/pre-commit-hooks
9- rev : v4.4 .0
9+ rev : v6.0 .0
1010 hooks :
1111 - id : end-of-file-fixer
1212 - id : trailing-whitespace
1313- repo : https://github.com/psf/black
14- rev : 23 .1.0
14+ rev : 26 .1.0
1515 hooks :
1616 - id : black
1717- repo : https://github.com/pycqa/isort
18- rev : 5.12 .0
18+ rev : 7.0 .0
1919 hooks :
2020 - id : isort
2121 name : isort (python)
2222 - id : isort
2323 name : isort (pyi)
2424 types : [pyi]
2525- repo : https://github.com/fsfe/reuse-tool
26- rev : v1.1.2
26+ rev : v6.2.0
2727 hooks :
2828 - id : reuse
2929 name : add SPDX headers
@@ -43,10 +43,10 @@ repos:
4343 # D417 does not work properly:
4444 # https://github.com/PyCQA/pydocstyle/issues/459
4545- repo : https://github.com/pycqa/flake8
46- rev : 6.0 .0
46+ rev : 7.3 .0
4747 hooks :
4848 - id : flake8
4949- repo : https://github.com/asottile/dead
50- rev : v1.5.2
50+ rev : v2.1.0
5151 hooks :
5252 - id : dead
You can’t perform that action at this time.
0 commit comments