fix pyright type errors

This commit is contained in:
bre-17387639 2024-08-06 16:46:15 -06:00 committed by David Lord
parent 5e8cb74018
commit 9e831e915f
No known key found for this signature in database
GPG key ID: 43368A7AA8CC5926
10 changed files with 22 additions and 19 deletions

View file

@ -95,7 +95,7 @@ ignore_missing_imports = true
[tool.pyright]
pythonVersion = "3.8"
include = ["src/flask", "tests"]
include = ["src/flask", "tests/typing"]
typeCheckingMode = "basic"
[tool.ruff]