Home
last modified time | relevance | path

Searched refs:mypy (Results 1 – 7 of 7) sorted by relevance

/Zephyr-latest/scripts/dts/python-devicetree/
Dtox.ini9 mypy
14 python -m mypy --config-file={toxinidir}/tox.ini --package=devicetree
16 [mypy] section
/Zephyr-latest/scripts/west_commands/
Drun_tests.py29 mypy = [sys.executable, '-m', 'mypy', f'--config-file={here}/mypy.ini', variable
34 ' '.join(shlex.quote(s) for s in mypy),
36 subprocess.run(mypy, check=True, cwd=here)
Dmypy.ini1 [mypy] section
DREADME.txt11 date. The mypy static type checker is also run on the runners package.
/Zephyr-latest/scripts/
Drequirements-build-test.txt18 mypy
/Zephyr-latest/scripts/pylib/pytest-twister-harness/
D.gitignore50 # mypy
/Zephyr-latest/doc/develop/west/
Drelease-notes.rst175 analyzers (such as `mypy`_) to auto-detect its type annotations.
202 .. _mypy: https://www.mypy-lang.org/ target