Add the validate_manifest hook from pre-commit

This hook will validate any pre-commit hook manifest files in the repository.
pull/113/head
Nicholas McDonnell 3 years ago
parent b0e7f014e3
commit d4781ee177
No known key found for this signature in database
GPG Key ID: 7994ADE2A56BE5D1
  1. 6
      .pre-commit-config.yaml

@ -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…
Cancel
Save