Skip to content

Commit 7ae0c84

Browse files
committed
🧯 Pre commit hook for gitguardian
1 parent 6bce579 commit 7ae0c84

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.pre-commit-config.yaml

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
repos:
2+
- repo: https://github.com/gitguardian/ggshield
3+
rev: v1.13.6
4+
hooks:
5+
- id: ggshield
6+
language_version: python3
7+
stages: [commit]

0 commit comments

Comments
 (0)