We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ef915d commit 5fd70b9Copy full SHA for 5fd70b9
.pre-commit-config.yaml
@@ -60,7 +60,7 @@ repos:
60
- id: rst-inline-touching-normal # Detect mistake of inline code touching normal text in rst.
61
- repo: https://github.com/astral-sh/ruff-pre-commit
62
# Ruff version.
63
- rev: v0.6.5
+ rev: v0.6.7
64
hooks:
65
- id: ruff
66
args: [--fix, --exit-non-zero-on-fix]
0 commit comments