Skip to content

Commit b6d94b1

Browse files
Ryan Delaneyrpdelaney
Ryan Delaney
authored andcommitted
Remove end-of-file-fixer hook
Tired of fighting with auto-generated configurations over this
1 parent 011cd80 commit b6d94b1

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.pre-commit-config.yaml

-2
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@ repos:
88
- repo: https://github.com/pre-commit/pre-commit-hooks
99
rev: v4.4.0
1010
hooks:
11-
- id: end-of-file-fixer
12-
exclude: (.vim/(autoload|bin|black|colors|compiler|ftplugin|indent|keymap|plugin|plug|print|spell|syntax)/.+|pudb.cfg)
1311
- id: trailing-whitespace
1412
args: [--markdown-linebreak-ext=md]
1513
exclude: (.vim/(autoload|bin|black|colors|compiler|ftplugin|indent|keymap|plugin|plug|print|spell|syntax)/.+|pudb.cfg)

0 commit comments

Comments
 (0)