update flake8 and pyright configs

This commit is contained in:
Mose Müller
2023-11-09 14:10:58 +01:00
parent b60995d218
commit 856f5d0c79
2 changed files with 3 additions and 2 deletions

View File

@ -4,5 +4,5 @@ include = src
max-line-length = 88
max-doc-length = 88
max-complexity = 7
max-expression-complexity = 5.5
use_class_attributes_order_strict_mode=True
max-expression-complexity = 7
use_class_attributes_order_strict_mode=True

View File

@ -55,6 +55,7 @@ venvPath = "."
venv = ".venv"
typeCheckingMode = "basic"
reportUnknownMemberType = true
reportUnknownParameterType = true
[tool.black]
line-length = 88