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.
This commit is contained in:
Max Hilbrunner
2024-11-23 06:37:54 +01:00
parent 9eb8552c3a
commit 20d9f0d9b1

View File

@@ -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']