mirror of https://github.com/pallets/flask.git
run typing tests
This commit is contained in:
parent
77f6c72cf9
commit
c275573147
|
@ -79,7 +79,7 @@ source = ["src", "*/site-packages"]
|
|||
|
||||
[tool.mypy]
|
||||
python_version = "3.8"
|
||||
files = ["src/flask"]
|
||||
files = ["src/flask", "tests/typing"]
|
||||
show_error_codes = true
|
||||
pretty = true
|
||||
#strict = true
|
||||
|
|
Loading…
Reference in New Issue