add typing tests to mypy config

This commit is contained in:
David Lord 2022-06-05 15:49:41 -07:00
parent 3351a8677e
commit 48766754b8
No known key found for this signature in database
GPG key ID: 7A1C87E3F5BC42A8

View file

@ -87,7 +87,7 @@ per-file-ignores =
src/flask/__init__.py: F401
[mypy]
files = src/flask
files = src/flask, tests/typing
python_version = 3.7
show_error_codes = True
allow_redefinition = True