We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e395583 commit e422692Copy full SHA for e422692
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.11.12
4
+ hooks:
5
+ - id: ruff
6
+ args: [ --fix ]
7
+ - id: ruff-format
0 commit comments