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.5 .0
6
+ rev : v4.6 .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
17
17
doc/data/messages/m/missing-final-newline/bad/crlf.py
18
18
)$
19
19
- repo : https://github.com/astral-sh/ruff-pre-commit
20
- rev : " v0.3.2 "
20
+ rev : " v0.3.5 "
21
21
hooks :
22
22
- id : ruff
23
23
args : ["--fix"]
39
39
- id : isort
40
40
exclude : doc/data/messages/
41
41
- repo : https://github.com/psf/black
42
- rev : 24.2 .0
42
+ rev : 24.3 .0
43
43
hooks :
44
44
- id : black
45
45
args : [--safe, --quiet]
@@ -139,7 +139,7 @@ repos:
139
139
]
140
140
exclude : tests(/\w*)*/functional/|tests/input|tests(/.*)+/conftest.py|doc/data/messages|tests(/\w*)*data/
141
141
- repo : https://github.com/pre-commit/mirrors-prettier
142
- rev : v3.1.0
142
+ rev : v4.0.0-alpha.8
143
143
hooks :
144
144
- id : prettier
145
145
args : [--prose-wrap=always, --print-width=88]
You can’t perform that action at this time.
0 commit comments