File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 33
44repos :
55 - repo : https://github.com/pre-commit/pre-commit-hooks
6- rev : v4.6 .0
6+ rev : v5.0 .0
77 hooks :
88 - id : trailing-whitespace
99 exclude : tests(/\w*)*/functional/t/trailing_whitespaces.py|tests/pyreverse/data/.*.html|doc/data/messages/t/trailing-whitespace/bad.py
2020 doc/data/messages/m/missing-final-newline/bad/crlf.py
2121 )$
2222 - repo : https://github.com/astral-sh/ruff-pre-commit
23- rev : " v0.6.8 "
23+ rev : " v0.6.9 "
2424 hooks :
2525 - id : ruff
2626 args : ["--fix"]
4141 - id : isort
4242 exclude : doc/data/messages/
4343 - repo : https://github.com/psf/black
44- rev : 24.8 .0
44+ rev : 24.10 .0
4545 hooks :
4646 - id : black
4747 args : [--safe, --quiet]
@@ -109,7 +109,7 @@ repos:
109109 entry : make -C doc/ html
110110 pass_filenames : false
111111 language : system
112- stages : [push]
112+ stages : [pre- push]
113113 - id : check-newsfragments
114114 name : Check newsfragments
115115 entry : python3 -m script.check_newsfragments
You can’t perform that action at this time.
0 commit comments