mirror of
https://github.com/pre-commit/pre-commit-hooks.git
synced 2026-03-30 10:16:54 +00:00
Add eyaml support for check-yaml hook
This commit is contained in:
parent
2d83e302cc
commit
efb691467b
1 changed files with 1 additions and 1 deletions
|
|
@ -49,7 +49,7 @@
|
|||
description: This hook checks yaml files for parseable syntax.
|
||||
entry: check-yaml
|
||||
language: python
|
||||
files: \.(yaml|yml)$
|
||||
files: \.(yaml|yml|eyaml)$
|
||||
- id: debug-statements
|
||||
name: Debug Statements (Python)
|
||||
description: This hook checks that debug statements (pdb, ipdb, pudb) are not imported on commit.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue