瀏覽代碼

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.
Max Hilbrunner 8 月之前
父節點
當前提交
20d9f0d9b1
共有 1 個文件被更改,包括 0 次插入1 次删除
  1. 0 1
      .pre-commit-config.yaml

+ 0 - 1
.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']