Skip to content

Commit 1f5561a

Browse files
committed
fix missing newline on gend files
1 parent 83cb4e6 commit 1f5561a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ repos:
1818
- id: check-symlinks # Detects broken symlinks.
1919
- id: trailing-whitespace # Removes any trailing whitespace at the end of lines.
2020
- id: end-of-file-fixer # Ensures files end with a single newline or are empty.
21+
exclude: templates/
2122

2223
#############################################################################
2324
# JSON, TOML

0 commit comments

Comments
 (0)