mirror of
https://github.com/pre-commit/pre-commit-hooks.git
synced 2026-03-29 18:16:52 +00:00
Merge pull request #54 from rhoml/rhoml/add-eyaml-support
Add eyaml support for check-yaml hook
This commit is contained in:
commit
cedcea550c
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