tmpl-fastapi/mypy.ini

6 lines
142 B
INI

[mypy]
show_error_codes = True
ignore_missing_imports = True
check_untyped_defs = True
warn_redundant_casts = True
warn_unused_configs = True