Skip to content

Commit 841c47e

Browse files
committed
Run check-byte-order-marker against all text types, not just Python files
1 parent f8ae0aa commit 841c47e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.pre-commit-hooks.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
description: Forbid files which have a UTF-8 byte-order marker
2222
entry: check-byte-order-marker
2323
language: python
24-
types: [python]
24+
types: [text]
2525
- id: check-builtin-literals
2626
name: Check builtin type constructor use
2727
description: Require literal syntax when initializing empty or zero Python builtin types.

0 commit comments

Comments
 (0)