mirror of
https://github.com/micropython/micropython.git
synced 2025-09-05 01:10:36 +02:00
Commit dc2fcfcc55
seems to have accidentally
changed the ruff quote style to "preserve", instead of keeping it at the
default which is "double".
Put it back to the default and update relevant .py files with this rule.
Signed-off-by: Damien George <damien@micropython.org>