Project: Add mypy configuration to pyproject.toml
This commit is contained in:
parent
4662dd8bed
commit
599676c496
|
@ -28,3 +28,6 @@ pythonpath = "./monkey"
|
||||||
[tool.vulture]
|
[tool.vulture]
|
||||||
exclude = ["monkey/monkey_island/cc/ui/", "monkey/tests/", "monkey/monkey_island/docs/"]
|
exclude = ["monkey/monkey_island/cc/ui/", "monkey/tests/", "monkey/monkey_island/docs/"]
|
||||||
paths = ["."]
|
paths = ["."]
|
||||||
|
|
||||||
|
[tool.mypy]
|
||||||
|
show_error_codes = true
|
||||||
|
|
Loading…
Reference in New Issue