blob: 9a3de0733936a83f94fc1c9c4f42b556fc6eb39a [file] [edit]
[mypy]
mypy_path = third_party/,third_party/ply,third_party/websockify
files = .
exclude = (?x)(
cache/ |
third_party |
conf\.py |
emrun\.py |
tools/scons/site_scons/site_tools/emscripten/__init__\.py |
site/source/get_wiki\.py |
test/parse_benchmark_output\.py
)
[mypy-tools.create_dom_pk_codes,tools.webidl_binder,tools.toolchain_profiler,tools.find_bigvars,leb128,ply.*]
ignore_errors = True
[mypy-embuilder,tools.shared]
disallow_untyped_defs = True