From 693987f21432b0fd224b10b5219ef1b4f55e286b Mon Sep 17 00:00:00 2001 From: John Bampton Date: Thu, 2 Apr 2026 20:16:29 +1000 Subject: [PATCH] Add pre-commit hook fix-byte-order-marker --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 7cfbf9a5f4..a06540e2f8 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -15,7 +15,7 @@ repos: - id: check-yaml - id: detect-private-key # - id: end-of-file-fixer - # - id: fix-byte-order-marker + - id: fix-byte-order-marker - id: forbid-submodules - id: mixed-line-ending - id: trailing-whitespace