typer/mypy.ini

6 lines
82 B
INI
Raw Normal View History

2019-12-24 13:34:00 +01:00
[mypy]
ignore_missing_imports = True
[mypy-typer.*]
disallow_untyped_defs = True