We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bdc90eb commit 94605bfCopy full SHA for 94605bf
.pre-commit-config.yaml
@@ -0,0 +1,11 @@
1
+# See https://pre-commit.com for more information
2
+# See https://pre-commit.com/hooks.html for more hooks
3
+repos:
4
+ - repo: https://github.com/astral-sh/ruff-pre-commit
5
+ rev: v0.6.4
6
+ hooks:
7
+ - id: ruff
8
+ name: ruff lint check
9
+ args: [--fix]
10
+ - id: ruff-format
11
+ name: ruff format check
0 commit comments