mirror of
https://github.com/tiqi-group/pydase.git
synced 2025-04-22 09:10:01 +02:00
Adding mypy_path option to pyproject.toml
This commit is contained in:
parent
6b97b9b70c
commit
bfeff1839c
@ -65,6 +65,7 @@ exclude = '''
|
|||||||
profile = "black"
|
profile = "black"
|
||||||
|
|
||||||
[tool.mypy]
|
[tool.mypy]
|
||||||
|
mypy_path = "src/"
|
||||||
show_error_codes = true
|
show_error_codes = true
|
||||||
disallow_untyped_defs = true
|
disallow_untyped_defs = true
|
||||||
disallow_untyped_calls = true
|
disallow_untyped_calls = true
|
||||||
|
Loading…
x
Reference in New Issue
Block a user