Get tests working again by updating git pre-hooks

This commit is contained in:
Sam 2018-03-02 17:23:20 -05:00
parent 9aaa244b68
commit 79c56d00ef
3 changed files with 6 additions and 4 deletions

View File

@ -1,5 +1,6 @@
repos:
- repo: git://github.com/pre-commit/pre-commit-hooks
sha: 'v0.4.2'
sha: v1.2.3
hooks:
- id: check-added-large-files
- id: check-docstring-first

View File

@ -9,5 +9,6 @@ deps =
pytest
commands =
py.test {posargs:tests}
pre-commit autoupdate
pre-commit install -f --install-hooks
pre-commit run --all-files