Skip to content

Commit 64fea81

Browse files
committed
Require newline at end of file
1 parent 6b35100 commit 64fea81

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@ repos:
55
- id: "check-added-large-files"
66
- id: "check-vcs-permalinks"
77
- id: "no-commit-to-branch"
8-
# TODO: Apply this fixer and add an entry to .git-blame-ignore-revs
9-
# - id: "end-of-file-fixer"
8+
- id: "end-of-file-fixer"
109

1110
- repo: "https://github.com/charliermarsh/ruff-pre-commit"
1211
rev: "v0.0.269"

0 commit comments

Comments
 (0)