Skip to content

Commit f6c7ff7

Browse files
committed
pre-commit ignore jinja
Signed-off-by: Mihai Criveti <[email protected]>
1 parent 8d40307 commit f6c7ff7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
# report issues (linters). Modified files will need to be staged again.
1919
# -----------------------------------------------------------------------------
2020

21-
exclude: '(^|/)(\.pre-commit-config\.yaml|normalize_special_characters\.py|test_input_validation\.py)$' # ignore these files
21+
exclude: '(^|/)(\.pre-commit-config\.yaml|normalize_special_characters\.py|test_input_validation\.py)$|.*\.(jinja|j2)$' # ignore these files and jinja templates
2222

2323
repos:
2424
# -----------------------------------------------------------------------------

0 commit comments

Comments
 (0)