Integrated mypy; added coc config; started fixing a few mypy errors

This commit is contained in:
Sumner Evans
2019-11-21 22:38:00 -07:00
parent a4625b5a64
commit fa3db6df66
7 changed files with 26 additions and 9 deletions

View File

@@ -19,7 +19,8 @@ lint:
- pip3 install -e .
script:
- python3 setup.py check -mrs
- pycodestyle
- flake8
- mypy sublime
test:
stage: test