We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b39cf4 commit 674492eCopy full SHA for 674492e
1 file changed
.pre-commit-config.yaml
@@ -26,6 +26,14 @@ repos:
26
rev: v1.0
27
hooks:
28
- id: clippy
29
+ - repo: https://github.com/astral-sh/ruff-pre-commit
30
+ rev: v0.11.6
31
+ hooks:
32
+ - id: ruff
33
+ types_or: [python]
34
+ args: [--fix]
35
+ - id: ruff-format
36
37
- repo: https://github.com/codespell-project/codespell
38
rev: v2.2.6
39
0 commit comments