Files
wasmtime/lib/cretonne/meta/mypy.ini
Jakob Stoklund Olesen 98ecebd85b Add a mypy.ini file and enable some more warnings.
Also require all Python functions to have a type declaration.
2017-03-30 19:52:49 -07:00

6 lines
107 B
INI

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