From 20d9f0d9b11d8f87bc9b19725093693c6f29fe76 Mon Sep 17 00:00:00 2001 From: Max Hilbrunner Date: Sat, 23 Nov 2024 06:37:54 +0100 Subject: [PATCH] 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. --- .pre-commit-config.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 2d6e79cd0..806934458 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -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']