mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-27 11:07:44 +00:00
ruff: reformat python code
This commit is contained in:
parent
e61898897d
commit
663a9202e5
3 changed files with 3 additions and 5 deletions
|
@ -23,9 +23,7 @@ def config(name, val):
|
|||
|
||||
sizes = {}
|
||||
|
||||
for (strip, panic, opt, lto) in product(
|
||||
STRIP_VALS, PANIC_VALS, OPT_LEVEL_VALS, LTO_VALS
|
||||
):
|
||||
for strip, panic, opt, lto in product(STRIP_VALS, PANIC_VALS, OPT_LEVEL_VALS, LTO_VALS):
|
||||
if RECOMPILE:
|
||||
cmd = [
|
||||
"cargo",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue