Make tests pass

This commit is contained in:
Daniel Gallagher 2017-06-23 15:10:10 -07:00
parent b941d0e6df
commit 05d9c8c805
2 changed files with 1 additions and 19 deletions

View file

@ -110,7 +110,7 @@
description: Sort the lines in specified files (defaults to alphabetical). You must provide list of target files as input in your .pre-commit-config.yaml file.
entry: file-contents-sorter
language: python
files: ''
files: '^$'
- id: fix-encoding-pragma
name: Fix python encoding pragma
language: python