1
0
Fork 0
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:
Nicholas McDonnell 2021-06-24 01:38:44 -04:00
parent b0e7f014e3
commit d4781ee177
No known key found for this signature in database
GPG key ID: 7994ADE2A56BE5D1

View file

@ -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