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 a637348 commit 6f50cd8Copy full SHA for 6f50cd8
1 file changed
.pre-commit-config.yaml
@@ -0,0 +1,7 @@
1
+repos:
2
+ - repo: https://github.com/astral-sh/ruff-pre-commit
3
+ rev: v0.12.11
4
+ hooks:
5
+ - id: ruff-check
6
+ name: Run Ruff (lint)
7
+ args: [--exit-non-zero-on-fix]
0 commit comments