Turns out mypy has been quietly not running for (seemingly) months. We have errors in our unit tests.

This commit is contained in:
Dwayne Pryce 2020-02-06 15:36:01 -08:00
Родитель 4f874b98ad
Коммит 6cf8592259
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -18,8 +18,8 @@ lint:
flake8 ./topologic ./tests
type-check:
mypy -m topologic
mypy -m tests
mypy ./topologic
mypy ./tests
test: type-check run-test-report lint