typemytype / drawbot

http://www.drawbot.com
Other
408 stars 63 forks source link

UI Idea: a "Prettify Source" menu #437

Closed justvanrossum closed 2 years ago

justvanrossum commented 3 years ago

Or how to call it. "Beautify"? "Reformat"?

It should be easy to implement with https://pypi.org/project/black/

justvanrossum commented 3 years ago

(This is not my idea, but a question from a student, and I think it's a good one.)

typemytype commented 3 years ago

+1 to make code more readable :)

PEP 8 refers to Style Guide so maybe

justvanrossum commented 3 years ago

"Clean up code" is my favorite among those three. I find "Format code" also an option.