build(pyproject.toml): use basic type checking to kinda supress flask_login's nonexistent typing
This commit is contained in:
@@ -21,6 +21,9 @@ test = [
|
|||||||
"pytest-mock>=3.14.1",
|
"pytest-mock>=3.14.1",
|
||||||
]
|
]
|
||||||
|
|
||||||
|
[tool.basedpyright]
|
||||||
|
typeCheckingMode = "basic"
|
||||||
|
|
||||||
[tool.ruff]
|
[tool.ruff]
|
||||||
line-length = 79
|
line-length = 79
|
||||||
exclude = ["tests/*"]
|
exclude = ["tests/*"]
|
||||||
|
|||||||
Reference in New Issue
Block a user