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 3
3
4
4
repos :
5
5
- repo : https://github.com/pre-commit/pre-commit-hooks
6
- rev : v4.6 .0
6
+ rev : v5.0 .0
7
7
hooks :
8
8
- id : trailing-whitespace
9
9
exclude : tests(/\w*)*/functional/t/trailing_whitespaces.py|tests/pyreverse/data/.*.html|doc/data/messages/t/trailing-whitespace/bad.py
20
20
doc/data/messages/m/missing-final-newline/bad/crlf.py
21
21
)$
22
22
- repo : https://github.com/astral-sh/ruff-pre-commit
23
- rev : " v0.6.8 "
23
+ rev : " v0.6.9 "
24
24
hooks :
25
25
- id : ruff
26
26
args : ["--fix"]
41
41
- id : isort
42
42
exclude : doc/data/messages/
43
43
- repo : https://github.com/psf/black
44
- rev : 24.8 .0
44
+ rev : 24.10 .0
45
45
hooks :
46
46
- id : black
47
47
args : [--safe, --quiet]
@@ -109,7 +109,7 @@ repos:
109
109
entry : make -C doc/ html
110
110
pass_filenames : false
111
111
language : system
112
- stages : [push]
112
+ stages : [pre- push]
113
113
- id : check-newsfragments
114
114
name : Check newsfragments
115
115
entry : python3 -m script.check_newsfragments
You can’t perform that action at this time.
0 commit comments