commit | bd827056f6fc25a81962c6a88273dfb39ff27638 | [log] [tgz] |
---|---|---|
author | Martí Bolívar <marti.bolivar@nordicsemi.no> | Fri Aug 21 15:47:22 2020 -0700 |
committer | Maureen Helm <maureen.helm@nxp.com> | Thu Sep 03 16:49:09 2020 -0500 |
tree | 9c76dfc9929b2df6604fa16b0dadfbdd8a628238 | |
parent | 1bb39a64345fb31ad9255661e852d72c3511a885 [diff] |
scripts: runners: add type checking for west_commands Use mypy to type check the runners package. The test procedure is now annoying enough to replicate locally that I'm going to wrap it in a script. Do this for both UNIX and Windows environments by writing that script in Python. Keep the GitHub workflow up to date so we now get mypy results in CI. Signed-off-by: Martí Bolívar <marti.bolivar@nordicsemi.no>