mirror of
https://github.com/micropython/micropython.git
synced 2026-01-04 19:20:22 +01:00
all: Update Python formatting to ruff-format.
This updates a small number of files that change with ruff-format's (vs black's) rules. This work was funded through GitHub Sponsors. Signed-off-by: Jim Mussared <jim.mussared@gmail.com>
This commit is contained in:
committed by
Damien George
parent
303ccca7c6
commit
bbd8760bd9
@@ -32,7 +32,7 @@ class PIOASMEmit:
|
||||
autopull=False,
|
||||
push_thresh=32,
|
||||
pull_thresh=32,
|
||||
fifo_join=0
|
||||
fifo_join=0,
|
||||
):
|
||||
# array is a built-in module so importing it here won't require
|
||||
# scanning the filesystem.
|
||||
|
||||
Reference in New Issue
Block a user