fix: remove linting from .vm templates
Some checks failed
continuous-integration/drone/pr Build is failing
continuous-integration/drone/push Build is passing

This commit is contained in:
Davide Polonio 2023-03-27 15:46:26 +02:00
parent 715de8e4e1
commit 32c01ec5dc
2 changed files with 2 additions and 1 deletions

View File

@ -7,6 +7,7 @@ repos:
hooks: hooks:
- id: trailing-whitespace - id: trailing-whitespace
- id: end-of-file-fixer - id: end-of-file-fixer
exclude: "^.*\\.vm$"
- id: check-yaml - id: check-yaml
- id: check-added-large-files - id: check-added-large-files
- id: check-toml - id: check-toml