Home
last modified time | relevance | path

Searched full:mypy (Results 1 – 11 of 11) sorted by relevance

/Zephyr-latest/scripts/west_commands/
Drun_tests.py8 # package. Runs mypy and pytest. Any extra arguments in sys.argv are
29 mypy = [sys.executable, '-m', 'mypy', f'--config-file={here}/mypy.ini', variable
33 print(f'Running mypy from {here}:\n\t' +
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/dts/python-devicetree/
Dtox.ini9 mypy
14 python -m mypy --config-file={toxinidir}/tox.ini --package=devicetree
16 [mypy] section
/Zephyr-latest/scripts/
Drequirements-build-test.txt18 mypy
Dgithub_helpers.py12 # Note that the type annotations are not currently checked by mypy.
/Zephyr-latest/scripts/pylib/pytest-twister-harness/
D.gitignore50 # mypy
/Zephyr-latest/.github/workflows/
Dwest_cmds.yml68 …pip install pytest west pyelftools canopen natsort progress mypy intelhex psutil ply pyserial anyt…
/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
/Zephyr-latest/scripts/west_commands/runners/
Dcore.py888 # mypy thinks the subprocess module has no such attribute.
/Zephyr-latest/scripts/dts/python-devicetree/src/devicetree/
Ddtlib.py784 # This is necessary because mypy can't tell that we never