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 d222b42 commit 5cae091Copy full SHA for 5cae091
.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.8.1"
+ rev: "v0.8.3"
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.4.1
+ rev: v3.4.2
148
149
- id: prettier
150
args: [--prose-wrap=always, --print-width=88]
0 commit comments