realpython / python-guide

Python best practices guidebook, written for humans.
https://docs.python-guide.org
Other
28.35k stars 5.83k forks source link

Add auto-formatting section #1081

Closed schilli91 closed 4 years ago

schilli91 commented 4 years ago

I added yapf and black to the PEP 8 section about auto formatting. I highly appreciate any feedback. #931

dbader commented 4 years ago

Thanks @schilli91, I think this looks great. Here's the preview deploy: https://deploy-preview-1081--python-guide.netlify.app/writing/style/#auto-formatting

LGTM 👍