chore: added precommit configuration

This commit is contained in:
Gareth Evans
2019-07-24 17:53:21 +01:00
parent f3591d8806
commit 903f644706

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

@@ -0,0 +1,7 @@
repos:
- repo: git@github.com:Yelp/detect-secrets
rev: v0.12.4
hooks:
- id: detect-secrets
args: ['--baseline', '.secrets.baseline']
exclude: .*/tests/.*