explicit mypy

This commit is contained in:
Will McGugan 2020-06-20 18:09:43 +01:00
parent 049a1739e5
commit 229e78583d
2 changed files with 1 additions and 2 deletions

View File

@ -23,6 +23,7 @@ jobs:
poetry install
- name: Typecheck with mypy
run: |
pip install mypy==0.781
make typecheck
- name: Test with pytest
run: |

View File

@ -4,8 +4,6 @@ typecheck:
mypy -p rich --ignore-missing-imports --warn-unreachable
typecheck-report:
mypy -p rich --ignore-missing-imports --warn-unreachable --html-report mypy_report
pytype:
pytype --config=pytype.cfg
.PHONY: docs
docs:
cd docs; make html