mirror of
https://github.com/cisagov/log4j-affected-db.git
synced 2024-11-22 08:30:48 +00:00
Add the validate_manifest hook from pre-commit
This hook will validate any pre-commit hook manifest files in the repository.
This commit is contained in:
parent
b0e7f014e3
commit
d4781ee177
1 changed files with 6 additions and 0 deletions
|
@ -47,6 +47,12 @@ repos:
|
|||
args:
|
||||
- --strict
|
||||
|
||||
# pre-commit hooks
|
||||
- repo: https://github.com/pre-commit/pre-commit
|
||||
rev: v2.13.0
|
||||
hooks:
|
||||
- id: validate_manifest
|
||||
|
||||
# Shell script hooks
|
||||
- repo: https://github.com/lovesegfault/beautysh
|
||||
rev: v6.1.0
|
||||
|
|
Loading…
Reference in a new issue