mirror of
https://github.com/tiqi-group/pydase.git
synced 2025-06-23 12:37:59 +02:00
removes reportUnknownParameterType (pyright), disallows any generics (mypy)
This commit is contained in:
@ -93,13 +93,12 @@ max-complexity = 7
|
||||
[tool.pyright]
|
||||
include = ["src/pydase"]
|
||||
typeCheckingMode = "basic"
|
||||
reportUnknownParameterType = true
|
||||
|
||||
|
||||
[tool.mypy]
|
||||
show_error_codes = true
|
||||
disallow_untyped_defs = true
|
||||
disallow_untyped_calls = true
|
||||
disallow_incomplete_defs = true
|
||||
disallow_any_generics = true
|
||||
check_untyped_defs = true
|
||||
ignore_missing_imports = false
|
||||
|
Reference in New Issue
Block a user