auto-format the code, and stop bothering with lines too long
Bug #2106921 reported by
Skia
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Ubuntu CD Images |
New
|
Undecided
|
Unassigned |
Bug Description
Modern Python development practice include having the code auto-formatted by tools such as black or ruff.
Running these tools right now on the cdimage code show changes statistics that are a bit too scary to just go ahead at the eve of a release, hence I'm opening a bug instead of an MP.
❯ git diff --stat
[...]
36 files changed, 4821 insertions(+), 3407 deletions(-)
This would avoid pointless CI runs [1] that take both CPU time, and dev time afterwards to manually try to find something that complies with the rules of pycodestyle.
[1]: like this one: https:/
To post a comment you must log in.
Yes please.