Skip to content

Commit

Permalink
Use types_or directive for pre-commit hook instead of files (#76)
Browse files Browse the repository at this point in the history
Co-authored-by: Thibaud Colas <[email protected]>
  • Loading branch information
imomaliev and thibaudcolas authored Mar 30, 2022
1 parent 0935b93 commit 4c36043
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .pre-commit-hooks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
language: python
language_version: python3
entry: curlylint
files: '\.(html|jinja|twig)$'
types_or: [html, jinja, twig]
require_serial: true

0 comments on commit 4c36043

Please sign in to comment.