zephyr/scripts/dts/python-devicetree
Martí Bolívar 66ee3d291c dtlib: use f-strings where it makes sense
The library was originally developed before Python 3.6 was the minimum
supported version. Use f-strings now that we can do that, as they tend
to be easier to read.

There are a few places where str.format() makes sense to preserve,
specifically where the same argument is used multiple times; leave
those alone.

Signed-off-by: Martí Bolívar <marti.bolivar@nordicsemi.no>
2021-08-25 18:03:17 -04:00
..
src/devicetree dtlib: use f-strings where it makes sense 2021-08-25 18:03:17 -04:00
tests dtlib: allow dangling aliases with DT(..., force=True) 2021-07-14 19:51:46 -04:00
.gitignore
requirements.txt
setup.py
tox.ini python-devicetree: tox: fix mypy 2021-06-09 21:01:55 -04:00