Y
Hacker News
new
|
ask
|
show
|
jobs
by
storborg
4953 days ago
Python has a tool (aptly named "pep8") which provides similar functionality. It doesn't make the changes for you, but it's very specific about what you need to fix to comply with the style guide.
1 comments
njharman
4953 days ago
Autopep8 makes the changes for you.
link