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

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