Files
wasmtime/lib/codegen/meta-python/mypy.ini
data-pup d9d40e1cdf lib/codegen-meta moved into lib/codegen. (#423)
* lib/codegen-meta moved into lib/codegen.

* Renamed codegen-meta and existing meta.
2018-07-31 07:56:26 -07:00

6 lines
110 B
INI

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