mirror of
https://github.com/tiqi-group/pydase.git
synced 2026-01-20 02:42:24 +01:00
updates pyright and mypy config
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user