summaryrefslogtreecommitdiffstats
path: root/.pre-commit-hooks.yaml
diff options
context:
space:
mode:
Diffstat (limited to '.pre-commit-hooks.yaml')
-rw-r--r--.pre-commit-hooks.yaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.pre-commit-hooks.yaml b/.pre-commit-hooks.yaml
index 3d1ffbc..e1aaf58 100644
--- a/.pre-commit-hooks.yaml
+++ b/.pre-commit-hooks.yaml
@@ -1,6 +1,6 @@
- id: validate_manifest
name: validate pre-commit manifest
description: This validator validates a pre-commit hooks manifest file
- entry: pre-commit-validate-manifest
+ entry: pre-commit validate-manifest
language: python
- files: ^(\.pre-commit-hooks\.yaml|hooks\.yaml)$
+ files: ^\.pre-commit-hooks\.yaml$