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

@ -1,3 +1,4 @@
dist: xenial
language: python
matrix:
include: # These should match the tox env list
@ -6,9 +7,8 @@ matrix:
python: 3.6
- env: TOXENV=py37
python: 3.7
dist: xenial
- env: TOXENV=pypy
python: pypy-5.7.1
python: pypy2.7-5.10.0
install: pip install coveralls tox
script: tox
before_install: