run typing tests

This commit is contained in:
David Lord 2023-12-13 16:27:37 -08:00
parent 77f6c72cf9
commit c275573147
No known key found for this signature in database
GPG Key ID: 7A1C87E3F5BC42A8
1 changed files with 1 additions and 1 deletions

View File

@ -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