build(pyproject.toml): use basic type checking to kinda supress flask_login's nonexistent typing

This commit is contained in:
2025-08-15 20:36:20 +02:00
parent f8f74ccd4b
commit 6bed7da165

View File

@@ -21,6 +21,9 @@ test = [
"pytest-mock>=3.14.1",
]
[tool.basedpyright]
typeCheckingMode = "basic"
[tool.ruff]
line-length = 79
exclude = ["tests/*"]