Add mypy and add typechecking step to script/test

Only check atst/domain/csp/cloud.py for now
This commit is contained in:
richard-dds
2019-10-24 14:44:53 -04:00
parent 76ab44ca69
commit c66b1ef2f9
7 changed files with 235 additions and 174 deletions

View File

@@ -45,6 +45,7 @@ blinker = "*"
pytest-mock = "*"
detect-secrets = "*"
beautifulsoup4 = "*"
mypy = "*"
[requires]
python_version = "3.7.3"