Apply typing to all of pre-commit-hooks

This commit is contained in:
Anthony Sottile 2019-01-31 19:19:10 -08:00
parent 63cc3414e9
commit 030bfac7e4
54 changed files with 401 additions and 264 deletions

View file

@ -27,7 +27,7 @@ repos:
rev: v1.3.5
hooks:
- id: reorder-python-imports
language_version: python2.7
language_version: python3
- repo: https://github.com/asottile/pyupgrade
rev: v1.11.1
hooks:
@ -36,3 +36,8 @@ repos:
rev: v0.7.1
hooks:
- id: add-trailing-comma
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v0.660
hooks:
- id: mypy
language_version: python3