commit | 2e0d95f3cd91f71ae9d90fe56dabd5a791b09db5 | [log] [tgz] |
---|---|---|
author | Martí Bolívar <marti.bolivar@nordicsemi.no> | Fri Apr 23 14:34:47 2021 -0700 |
committer | Kumar Gala <kumar.gala@gmail.com> | Wed May 05 13:13:12 2021 -0500 |
tree | 17bc7bd61464002c189524d866a14e02a3ff0ad7 | |
parent | a8f7bfbbd433993c87c0e89dbdf8f21d05caf948 [diff] |
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>