forked from orbit-oss/flask
fix pyright type errors
This commit is contained in:
parent
5e8cb74018
commit
9e831e915f
10 changed files with 22 additions and 19 deletions
|
|
@ -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]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue