Update some pre-commit hooks + some minor tweaks

This commit is contained in:
Anthony Sottile 2015-01-04 15:49:19 -08:00
parent 86c99c6b87
commit 596e31fdee
33 changed files with 65 additions and 36 deletions

View file

@ -3,9 +3,10 @@ from __future__ import unicode_literals
import io
import os.path
import re
import mock
import pytest
import re
from pre_commit import error_handler
from pre_commit.errors import FatalError