autopep8
https://github.com/hhatto/autopep8
Python
A tool that automatically formats Python code to conform to the PEP 8 style guide.
Triage Issues!
When you volunteer to triage issues, you'll receive an email each day with a link to an open issue that needs help in this project. You'll also receive instructions on how to triage issues.
Triage Docs!
Receive a documented method or class from your favorite GitHub repos in your inbox every day. If you're really pro, receive undocumented methods or classes and supercharge your commit history.
Python not yet supported10 Subscribers
Add a CodeTriage badge to autopep8
Help out
- Issues
- Line length wrapping can break comment types for class methods
- Suboptimal splitting list of strings
- Feature request: Change double quote sign " to single one: '
- autopep8 not respecting --global-config when doing an --diff (or --in-place) directly on file relative path
- Don't "fix" errors if the file doesn't parse
- if 'var == True:' being replaced with 'if var:'
- Why doesn't #noqa work for lambda statement ?
- [BUG] Doesn't work with very long lines (or just large files)
- E501 error cannot be detected
- flip-flop between -a and -aa
- Docs
- Python not yet supported