fix: remove linting from .vm templates
parent
715de8e4e1
commit
32c01ec5dc
|
@ -7,6 +7,7 @@ repos:
|
|||
hooks:
|
||||
- id: trailing-whitespace
|
||||
- id: end-of-file-fixer
|
||||
exclude: "^.*\\.vm$"
|
||||
- id: check-yaml
|
||||
- id: check-added-large-files
|
||||
- id: check-toml
|
||||
|
|
Loading…
Reference in New Issue