micropython / micropython-lib

Core Python libraries ported to MicroPython
Other
2.3k stars 980 forks source link

all: Enable Ruff lint F541 'f-string without any placeholders'. #857

Closed projectgus closed 1 month ago

projectgus commented 1 month ago

This is a pretty straightforward lint and fix, should save a small amount of bytecode.

dpgeorge commented 1 month ago

Thanks!