ignore_missing_imports on flask_login and flask_restful

pull/19224/head
Bowen Liang 1 year ago
parent 9bcf837f17
commit 684c6410c1

@ -7,3 +7,10 @@ exclude = (?x)(
| tests/ | tests/
| migrations/ | migrations/
) )
[mypy-flask_login]
ignore_missing_imports=True
[mypy-flask_restful]
ignore_missing_imports=True

Loading…
Cancel
Save