forked from p15670423/monkey
Project: Add mypy configuration to pyproject.toml
This commit is contained in:
parent
4662dd8bed
commit
599676c496
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue