blob: abfeae4e5f4bb3d77493c75e0fe1faa996819889 [file] [log] [blame]
[mypy]
disallow_untyped_defs = True
disallow_subclassing_any = True
warn_no_return = True
strict_optional = True
no_implicit_optional = True
disallow_any_generics = True
disallow_any_unimported = True
warn_redundant_casts = True
warn_unused_configs = True
show_traceback = True
# Set the platform to something nonsense to signal to make Bogus = Any.
platform = mypyc
# needs py2 compatibility
[mypy-mypy.test.testextensions]
disallow_untyped_defs = False