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 26b9be8 commit 7a323c4Copy full SHA for 7a323c4
.pre-commit-config.yaml
@@ -0,0 +1,13 @@
1
+repos:
2
+ - repo: https://github.com/astral-sh/ruff-pre-commit
3
+ rev: v0.4.1
4
+ hooks:
5
+ # Performs ruff check with safe fixes
6
+ - id: ruff
7
+ name: ruff
8
+ description: "Run 'ruff' for linting"
9
+ args: ["--fix"]
10
+ # Performs ruff format
11
+ - id: ruff-format
12
+ name: ruff-format
13
+ description: "Run 'ruff format' for formatting"
0 commit comments