Merge pull request #372 from tobywf/master

Run check-byte-order-marker against all text types
This commit is contained in:
Anthony Sottile 2019-03-21 16:43:40 -07:00 committed by GitHub
commit cbc17d19d9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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.