Add ripsecrets to pre-commit hook
This commit is contained in:
parent
65f650f1ac
commit
f90f388e87
|
@ -24,6 +24,11 @@ repos:
|
||||||
exclude : ^core/static/css # slow
|
exclude : ^core/static/css # slow
|
||||||
- id: djjs
|
- id: djjs
|
||||||
exclude: ^core/static/js # slow
|
exclude: ^core/static/js # slow
|
||||||
|
- repo: https://github.com/sirwart/ripsecrets.git
|
||||||
|
# Set your version, be sure to use the latest and update regularly or use 'main'
|
||||||
|
rev: v0.1.5
|
||||||
|
hooks:
|
||||||
|
- id: ripsecrets
|
||||||
# - repo: https://github.com/thibaudcolas/curlylint
|
# - repo: https://github.com/thibaudcolas/curlylint
|
||||||
# rev: v0.13.1
|
# rev: v0.13.1
|
||||||
# hooks:
|
# hooks:
|
||||||
|
|
Loading…
Reference in New Issue