Skip to content

Commit

Permalink
CI: Remove EOF fixer from pre-commit hook
Browse files Browse the repository at this point in the history
As this isn't enforced on the files used from the main engine repository, this currently seems more trouble than its worth.
  • Loading branch information
mhilbrunner committed Nov 23, 2024
1 parent 9eb8552 commit 20d9f0d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v5.0.0
hooks:
- id: end-of-file-fixer
- id: fix-byte-order-marker
- id: mixed-line-ending
args: ['--fix=lf']

0 comments on commit 20d9f0d

Please sign in to comment.