Skip to content

Commit

Permalink
Fix .pre-commit-hooks.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
jgowdy committed Oct 5, 2020
1 parent 71a821b commit 3de1539
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .pre-commit-hooks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@
language: python
always_run: true
pass_filenames: false
- id: byte-order-marker
name: Remove or disallow byte-order marker
description: Removes or disallows UTF-8 byte-order marker
entry: byte-order-marker
language: python
types: [text]
- id: check-added-large-files
name: Check for added large files
description: Prevent giant files from being committed
Expand All @@ -16,12 +22,6 @@
entry: check-ast
language: python
types: [python]
- id: check-byte-order-marker
name: Check for byte-order marker
description: Forbid files which have a UTF-8 byte-order marker
entry: check-byte-order-marker
language: 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 3de1539

Please sign in to comment.