2021-03-11 17:08:13 -05:00

15 lines
317 B
INI

[mypy]
disallow_untyped_defs = True
follow_imports = silent
check_untyped_defs = True
disallow_any_generics = True
no_implicit_reexport = True
strict_optional = True
warn_redundant_casts = True
warn_return_any = True
warn_unused_configs = True
warn_unused_ignores = True
[mypy-azure.*]
ignore_missing_imports = True