mirror of
https://github.com/tiqi-group/pydase.git
synced 2025-06-23 20:47:59 +02:00
update flake8 and pyright configs
This commit is contained in:
4
.flake8
4
.flake8
@ -4,5 +4,5 @@ include = src
|
|||||||
max-line-length = 88
|
max-line-length = 88
|
||||||
max-doc-length = 88
|
max-doc-length = 88
|
||||||
max-complexity = 7
|
max-complexity = 7
|
||||||
max-expression-complexity = 5.5
|
max-expression-complexity = 7
|
||||||
use_class_attributes_order_strict_mode=True
|
use_class_attributes_order_strict_mode=True
|
||||||
|
@ -55,6 +55,7 @@ venvPath = "."
|
|||||||
venv = ".venv"
|
venv = ".venv"
|
||||||
typeCheckingMode = "basic"
|
typeCheckingMode = "basic"
|
||||||
reportUnknownMemberType = true
|
reportUnknownMemberType = true
|
||||||
|
reportUnknownParameterType = true
|
||||||
|
|
||||||
[tool.black]
|
[tool.black]
|
||||||
line-length = 88
|
line-length = 88
|
||||||
|
Reference in New Issue
Block a user