This is an automated email from the ASF dual-hosted git repository.
sebbASF pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/whimsy.git
The following commit(s) were added to refs/heads/master by this push:
new ed90e8f5 Add pre-commit hook fix-byte-order-marker (#303)
ed90e8f5 is described below
commit ed90e8f50a5d62f64da74e31bb82b03a6321f05e
Author: John Bampton <[email protected]>
AuthorDate: Tue Jun 9 08:26:34 2026 +1000
Add pre-commit hook fix-byte-order-marker (#303)
---
.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 8a2b6d29..8d8b51c6 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