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 86e1943 commit a94105eCopy full SHA for a94105e
.pre-commit-config.yaml
@@ -17,7 +17,7 @@ repos:
17
doc/data/messages/m/missing-final-newline/bad/crlf.py
18
)$
19
- repo: https://github.com/astral-sh/ruff-pre-commit
20
- rev: "v0.4.5"
+ rev: "v0.4.7"
21
hooks:
22
- id: ruff
23
args: ["--fix"]
@@ -142,7 +142,7 @@ repos:
142
]
143
exclude: tests(/\w*)*/functional/|tests/input|tests(/.*)+/conftest.py|doc/data/messages|tests(/\w*)*data/
144
- repo: https://github.com/rbubley/mirrors-prettier
145
- rev: v3.2.5
+ rev: v3.3.0
146
147
- id: prettier
148
args: [--prose-wrap=always, --print-width=88]
0 commit comments