forked from orbit-oss/flask
run typing tests
This commit is contained in:
parent
77f6c72cf9
commit
c275573147
1 changed files with 1 additions and 1 deletions
|
|
@ -79,7 +79,7 @@ source = ["src", "*/site-packages"]
|
||||||
|
|
||||||
[tool.mypy]
|
[tool.mypy]
|
||||||
python_version = "3.8"
|
python_version = "3.8"
|
||||||
files = ["src/flask"]
|
files = ["src/flask", "tests/typing"]
|
||||||
show_error_codes = true
|
show_error_codes = true
|
||||||
pretty = true
|
pretty = true
|
||||||
#strict = true
|
#strict = true
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue