3cc81b64c1
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
6 lines
96 B
INI
6 lines
96 B
INI
[mypy]
|
|
ignore_missing_imports = True
|
|
|
|
[mypy-typer.*]
|
|
disallow_untyped_defs = True
|
|
strict = True
|