Files
wasmtime/cranelift/codegen/meta-python/mypy.ini
lazypassion 747ad3c4c5 moved crates in lib/ to src/, renamed crates, modified some files' text (#660)
moved crates in lib/ to src/, renamed crates, modified some files' text (#660)
2019-01-28 15:56:54 -08:00

6 lines
110 B
INI

[mypy]
disallow_untyped_defs = True
warn_unused_ignores = True
warn_return_any = True
strict_optional = False