feat: add ggshield

This commit is contained in:
Pierre Mavro
2021-12-01 00:13:17 +01:00
parent 1d14d30040
commit e8af4aec6e

7
.pre-commit-config.yaml Normal file
View File

@@ -0,0 +1,7 @@
repos:
- repo: https://github.com/gitguardian/ggshield
rev: main
hooks:
- id: ggshield
language_version: python3
stages: [commit]