We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1afb596 commit 07a8f01Copy full SHA for 07a8f01
1 file changed
.pre-commit-config.yaml
@@ -31,3 +31,9 @@ repos:
31
- id: rst-backticks
32
- id: rst-directive-colons
33
- id: rst-inline-touching-normal
34
+
35
+- repo: https://github.com/astral-sh/ruff-pre-commit
36
+ rev: v0.1.4
37
+ hooks:
38
+ - id: ruff
39
+ - id: ruff-format
0 commit comments