Files
wasmtime/lib/cretonne/meta/mypy.ini
Jakob Stoklund Olesen 673279068f Run mypy in python 3 mode.
This still picks up the 2.7 type annotations in comments.

Fix the compute_quadratic signature to allow for the ValuewView of an
OrderedDict in python 3.
2017-05-08 13:29:01 -07:00

5 lines
86 B
INI

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