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 cf148d7 commit d4a8b02Copy full SHA for d4a8b02
.pre-commit-config.yaml
@@ -16,13 +16,13 @@ repos:
16
doc/data/messages/m/missing-final-newline/bad.py|
17
)$
18
- repo: https://github.com/charliermarsh/ruff-pre-commit
19
- rev: "v0.0.255"
+ rev: "v0.0.257"
20
hooks:
21
- id: ruff
22
args: ["--fix"]
23
exclude: &fixtures tests(/\w*)*/functional/|tests/input|doc/data/messages|tests(/\w*)*data/
24
25
26
27
28
name: ruff-doc
0 commit comments