We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 222e67b commit be28689Copy full SHA for be28689
1 file changed
.pre-commit-config.yaml
@@ -0,0 +1,12 @@
1
+repos:
2
+ - repo: https://github.com/gitleaks/gitleaks
3
+ rev: v8.21.2
4
+ hooks:
5
+ - id: gitleaks
6
+ - repo: https://github.com/astral-sh/ruff-pre-commit
7
+ rev: v0.11.8
8
9
+ - id: ruff
10
+ args: [--fix]
11
+ - id: ruff-format
12
+
0 commit comments