1[mypy] 2files = Tools/wasm/wasm_*.py 3pretty = True 4show_traceback = True 5 6# Make sure the wasm can be run using Python 3.8: 7python_version = 3.8 8 9# Be strict... 10strict = True 11enable_error_code = truthy-bool,ignore-without-code 12