add mypy tool

This commit is contained in:
Yax 2021-01-19 19:27:49 +01:00
parent 75ee7acb6d
commit 5efc3dd330
4 changed files with 99 additions and 10 deletions

View file

@ -21,6 +21,7 @@ tinydb = "^4.3.0"
pytest = "^5.2"
black = {version = "^19.10b0", allow-prereleases = true}
rope = "^0.16.0"
mypy = "^0.790"
[build-system]
requires = ["poetry>=0.12"]