zephyr/scripts/dts/python-devicetree
Martí Bolívar 2e0d95f3cd devicetree: add mypy-based type checking
Extend the steps taken in tox.ini by type checking the 'devicetree'
package. This will make it easier for callers to type-check code that
uses the low level DT module's public APIs, since they can rely on
the type checker a bit more.

It will also help avoid bugs by adding some type checking for future
changes to this module.

Signed-off-by: Martí Bolívar <marti.bolivar@nordicsemi.no>
2021-05-05 13:13:12 -05:00
..
src/devicetree edtlib: silence type checker issue 2021-05-05 13:13:12 -05:00
tests dtlib: fix include_path edge case 2021-05-05 13:13:12 -05:00
.gitignore
requirements.txt
setup.py
tox.ini devicetree: add mypy-based type checking 2021-05-05 13:13:12 -05:00