diff --git a/pyproject.toml b/pyproject.toml index 00ae4601e..2573d56fd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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