mirror of
https://github.com/pre-commit/pre-commit-hooks.git
synced 2026-03-31 10:36:54 +00:00
Merge pull request #372 from tobywf/master
Run check-byte-order-marker against all text types
This commit is contained in:
commit
cbc17d19d9
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue