Skip to content

Commit 5a264f9

Browse files
committed
Add the trailing-whitespace pre-commit hook.
1 parent 3c921d6 commit 5a264f9

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.git-blame-ignore-revs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# This is a list of commits that git blame should ignore
22
# running pre-commit on all the code
3-
47be6dd35faf78f06b6183ea9dad6b5f78f5c756
3+
47be6dd35faf78f06b6183ea9dad6b5f78f5c756

.pre-commit-config.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ repos:
1414
- repo: https://github.com/pre-commit/pre-commit-hooks
1515
rev: v5.0.0
1616
hooks:
17+
- id: end-of-file-fixer
1718
- id: trailing-whitespace
1819
- repo: https://github.com/sphinx-contrib/sphinx-lint
1920
rev: v1.0.0

0 commit comments

Comments
 (0)