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
- Bump codecov/codecov-action from 4 to 5
- Long lines more than double the line length were formatted only 2 lines, not more than 2 lines
- Long line containing the await keyword is not being formatted while similar line without await does get proper formatting
- Block autopep off/on does not work for imports
- Version 1.7.0 (last to support python 2.7) depends on a version of pycodestyle that does not support 2.7
- File got mangled
- E203 fix gets reversed by `black`
- Formatting text with variables using f"" lead to not nice break
- Remove space
- misformatted `type` keyword
- Docs
- Python not yet supported