mirror of
https://github.com/pre-commit/pre-commit-hooks.git
synced 2026-03-29 18:16:52 +00:00
Add template files to hooks.yaml
This commit is contained in:
parent
c94b2087db
commit
f69737ee19
1 changed files with 2 additions and 2 deletions
|
|
@ -15,7 +15,7 @@
|
|||
description: Ensures that a file is either empty, or ends with one newline.
|
||||
entry: end-of-file-fixer
|
||||
language: python
|
||||
files: \.(js|rb|md|py|sh|txt|yaml|yml)$
|
||||
files: \.(js|rb|md|py|sh|tmpl|txt|yaml|yml)$
|
||||
- id: flake8
|
||||
name: Flake8
|
||||
description: This hook runs flake8.
|
||||
|
|
@ -39,4 +39,4 @@
|
|||
description: This hook trims trailing whitespace.
|
||||
entry: trailing-whitespace-fixer
|
||||
language: python
|
||||
files: \.(js|rb|md|py|sh|txt|yaml|yml)$
|
||||
files: \.(js|rb|md|py|sh|tmpl|txt|yaml|yml)$
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue