Run check-byte-order-marker against all text types, not just Python files
diff --git a/.pre-commit-hooks.yaml b/.pre-commit-hooks.yaml
index 79a90b7..9396d55 100644
--- a/.pre-commit-hooks.yaml
+++ b/.pre-commit-hooks.yaml
@@ -21,7 +21,7 @@
description: Forbid files which have a UTF-8 byte-order marker
entry: check-byte-order-marker
language: python
- types: [python]
+ types: [text]
- id: check-builtin-literals
name: Check builtin type constructor use
description: Require literal syntax when initializing empty or zero Python builtin types.