Skip to content

Commit 4dd1d49

Browse files
committed
BLD: add trailing-whitespace pre-commit hook
1 parent 856806c commit 4dd1d49

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.pre-commit-config.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -62,3 +62,5 @@ repos:
6262
hooks:
6363
- id: end-of-file-fixer
6464
exclude: '.html$|^LICENSES/|.csv$|.txt$|.svg$|.py$'
65+
- id: trailing-whitespace
66+
exclude: '.html$|.svg$'

0 commit comments

Comments
 (0)