mirror of
https://github.com/tiqi-group/pydase.git
synced 2025-04-21 16:50:02 +02:00
updates pyright and mypy config
This commit is contained in:
parent
f3853ef836
commit
b80a3ec6a1
@ -79,7 +79,6 @@ max-complexity = 7
|
|||||||
|
|
||||||
[tool.pyright]
|
[tool.pyright]
|
||||||
include = ["src/pydase"]
|
include = ["src/pydase"]
|
||||||
exclude = ["**/node_modules", "**/__pycache__", "docs", "frontend", "tests"]
|
|
||||||
typeCheckingMode = "basic"
|
typeCheckingMode = "basic"
|
||||||
reportUnknownMemberType = true
|
reportUnknownMemberType = true
|
||||||
reportUnknownParameterType = true
|
reportUnknownParameterType = true
|
||||||
@ -104,7 +103,6 @@ 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