diff --git a/.pre-commit-hooks.yaml b/.pre-commit-hooks.yaml index 79a90b71..9396d55d 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.