Skip to content

Commit

Permalink
run typing tests
Browse files Browse the repository at this point in the history
  • Loading branch information
davidism committed Dec 14, 2023
1 parent 77f6c72 commit c275573
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c275573

Please sign in to comment.