Project: Add mypy configuration to pyproject.toml

This commit is contained in:
Mike Salvatore 2022-08-29 14:14:53 -04:00
parent 4662dd8bed
commit 599676c496
1 changed files with 3 additions and 0 deletions

View File

@ -28,3 +28,6 @@ pythonpath = "./monkey"
[tool.vulture]
exclude = ["monkey/monkey_island/cc/ui/", "monkey/tests/", "monkey/monkey_island/docs/"]
paths = ["."]
[tool.mypy]
show_error_codes = true