Files
wasmtime/lib/codegen/meta/mypy.ini
Dan Gohman 24fa169e1f Rename the 'cretonne' crate to 'cretonne-codegen'.
This fixes the next part of #287.
2018-04-17 09:46:56 -07:00

5 lines
86 B
INI

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