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 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.9.7 "
23
+ rev : " v0.9.9 "
24
24
hooks :
25
25
- id : ruff
26
26
args : ["--fix"]
36
36
exclude : tests(/\w*)*/functional/|tests/input|doc/data/messages|examples/|setup.py|tests(/\w*)*data/
37
37
types : [python]
38
38
- repo : https://github.com/PyCQA/isort
39
- rev : 6.0.0
39
+ rev : 6.0.1
40
40
hooks :
41
41
- id : isort
42
42
exclude : doc/data/messages/
@@ -144,7 +144,7 @@ repos:
144
144
]
145
145
exclude : tests(/\w*)*/functional/|tests/input|tests(/.*)+/conftest.py|doc/data/messages|tests(/\w*)*data/
146
146
- repo : https://github.com/rbubley/mirrors-prettier
147
- rev : v3.5.2
147
+ rev : v3.5.3
148
148
hooks :
149
149
- id : prettier
150
150
args : [--prose-wrap=always, --print-width=88]
@@ -184,6 +184,6 @@ repos:
184
184
additional_dependencies :
185
185
- tomli
186
186
- repo : https://github.com/tox-dev/pyproject-fmt
187
- rev : " v2.5.0 "
187
+ rev : " v2.5.1 "
188
188
hooks :
189
189
- id : pyproject-fmt
You can’t perform that action at this time.
0 commit comments