forked from orbit-oss/flask
add typing tests to mypy config
This commit is contained in:
parent
3351a8677e
commit
48766754b8
1 changed files with 1 additions and 1 deletions
|
|
@ -87,7 +87,7 @@ per-file-ignores =
|
||||||
src/flask/__init__.py: F401
|
src/flask/__init__.py: F401
|
||||||
|
|
||||||
[mypy]
|
[mypy]
|
||||||
files = src/flask
|
files = src/flask, tests/typing
|
||||||
python_version = 3.7
|
python_version = 3.7
|
||||||
show_error_codes = True
|
show_error_codes = True
|
||||||
allow_redefinition = True
|
allow_redefinition = True
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue