Add ripsecrets to pre-commit hook
This commit is contained in:
parent
51a9b2af79
commit
1c2ff41b56
|
@ -13,3 +13,7 @@ repos:
|
||||||
hooks:
|
hooks:
|
||||||
- id: flake8
|
- id: flake8
|
||||||
args: [--max-line-length=88]
|
args: [--max-line-length=88]
|
||||||
|
- repo: https://github.com/sirwart/ripsecrets.git
|
||||||
|
rev: v0.1.5
|
||||||
|
hooks:
|
||||||
|
- id: ripsecrets
|
||||||
|
|
Loading…
Reference in New Issue