We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3013a21 commit 9cadde5Copy full SHA for 9cadde5
1 file changed
.pre-commit-config.yaml
@@ -0,0 +1,10 @@
1
+repos:
2
+ - repo: https://github.com/psf/black
3
+ rev: 26.3.0
4
+ hooks:
5
+ - id: black
6
+
7
+ - repo: https://github.com/astral-sh/ruff-pre-commit
8
+ rev: v0.11.12
9
10
+ - id: ruff-check
0 commit comments