Searched refs:mypy (Results 1 – 7 of 7) sorted by relevance
9 mypy14 python -m mypy --config-file={toxinidir}/tox.ini --package=devicetree16 [mypy] section
29 mypy = [sys.executable, '-m', 'mypy', f'--config-file={here}/mypy.ini', variable34 ' '.join(shlex.quote(s) for s in mypy),36 subprocess.run(mypy, check=True, cwd=here)
1 [mypy] section
11 date. The mypy static type checker is also run on the runners package.
18 mypy
50 # mypy
175 analyzers (such as `mypy`_) to auto-detect its type annotations.202 .. _mypy: https://www.mypy-lang.org/ target