We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 505e4b4 commit d17bb06Copy full SHA for d17bb06
.pre-commit-config.yaml
@@ -20,7 +20,7 @@ repos:
20
doc/data/messages/m/missing-final-newline/bad/crlf.py
21
)$
22
- repo: https://github.com/astral-sh/ruff-pre-commit
23
- rev: "v0.9.6"
+ rev: "v0.9.7"
24
hooks:
25
- id: ruff
26
args: ["--fix"]
@@ -144,7 +144,7 @@ repos:
144
]
145
exclude: tests(/\w*)*/functional/|tests/input|tests(/.*)+/conftest.py|doc/data/messages|tests(/\w*)*data/
146
- repo: https://github.com/rbubley/mirrors-prettier
147
- rev: v3.5.1
+ rev: v3.5.2
148
149
- id: prettier
150
args: [--prose-wrap=always, --print-width=88]
0 commit comments