setup: add initial mypy setup

invoke like: mypy --config-file .github/mypy/mypy.ini capa/main.py
This commit is contained in:
William Ballenthin
2021-06-09 14:50:37 -06:00
parent 23354ec452
commit 9a4e9b6586
2 changed files with 22 additions and 0 deletions

View File

@@ -72,6 +72,9 @@ setuptools.setup(
"pycodestyle==2.7.0",
"black==21.5b2",
"isort==5.8.0",
],
"mypy": [
"types-colorama",
]
},
zip_safe=False,