Compare commits

...

2 Commits

Author SHA1 Message Date
Nathaniel May
edf4142583 mypy: run strict. run everywhere. 2021-12-06 10:49:34 -05:00
Nathaniel May
b87be582ad update mypy to latest 2021-12-06 10:45:23 -05:00
2 changed files with 2 additions and 2 deletions

View File

@@ -3,7 +3,7 @@ flake8
flaky
freezegun==0.3.12
ipdb
mypy==0.782
mypy==0.910
pip-tools
pytest
pytest-dotenv

View File

@@ -16,7 +16,7 @@ deps =
description = mypy static type checking
basepython = python3.8
skip_install = true
commands = mypy core/dbt
commands = mypy --strict --warn-unreachable ./
deps =
-rdev-requirements.txt
-reditable-requirements.txt