mirror of
https://github.com/pre-commit/pre-commit-hooks.git
synced 2026-04-05 11:36:54 +00:00
Apply typing to all of pre-commit-hooks
This commit is contained in:
parent
63cc3414e9
commit
030bfac7e4
54 changed files with 401 additions and 264 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue