Skip to content

Commit

Permalink
Merge pull request #372 from tobywf/master
Browse files Browse the repository at this point in the history
Run check-byte-order-marker against all text types
  • Loading branch information
asottile authored Mar 21, 2019
2 parents f8ae0aa + 841c47e commit cbc17d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .pre-commit-hooks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit cbc17d1

Please sign in to comment.