typer/mypy.ini
JAYATI SHRIVASTAVA 3cc81b64c1
Add support for mypy --strict (#147)
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
2020-08-16 16:39:14 +02:00

6 lines
96 B
INI

[mypy]
ignore_missing_imports = True
[mypy-typer.*]
disallow_untyped_defs = True
strict = True