-
As I'm getting close to release for the next version of the Wait Wait API and Stats Page, I decided to play around with Black to go through and format the code, now that it's considered stable. Pretty darn impressed with the results! black.readthedocs.io/
-
It feels so good when I run black against a project for the first time that over half of the files come back with: app/module.py already well formatted, good job. At least I'm following PEP-8 style guide pretty darn well.
-
Some of the stuff black changes are things where /I/ have gone a bit too overboard with trying to follow PEP-8 style guide. 😅 At least, now, I can just use black to format the code as I work on my apps rather than fret over it as I code. More cycles to focus on coding logic 💯