Skip to content

Commit 20d9f0d

Browse files
committed
CI: Remove EOF fixer from pre-commit hook
As this isn't enforced on the files used from the main engine repository, this currently seems more trouble than its worth.
1 parent 9eb8552 commit 20d9f0d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.pre-commit-config.yaml

-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ repos:
1212
- repo: https://github.com/pre-commit/pre-commit-hooks
1313
rev: v5.0.0
1414
hooks:
15-
- id: end-of-file-fixer
1615
- id: fix-byte-order-marker
1716
- id: mixed-line-ending
1817
args: ['--fix=lf']

0 commit comments

Comments
 (0)