Adding mypy_path option to pyproject.toml

This commit is contained in:
Mose Müller 2023-08-02 14:31:35 +02:00
parent 6b97b9b70c
commit bfeff1839c

View File

@ -65,6 +65,7 @@ exclude = '''
profile = "black"
[tool.mypy]
mypy_path = "src/"
show_error_codes = true
disallow_untyped_defs = true
disallow_untyped_calls = true