Contents

autopep8 2.1.0

0

A tool that automatically formats Python code to conform to the PEP 8 style guide

A tool that automatically formats Python code to conform to the PEP 8 style guide

Stars: 4508, Watchers: 4508, Forks: 291, Open Issues: 119

The hhatto/autopep8 repo was created 13 years ago and the last code push was 2 weeks ago.
The project is very popular with an impressive 4508 github stars!

How to Install autopep8

You can install autopep8 using pip

pip install autopep8

or add it to a project with poetry

poetry add autopep8

Package Details

Author
License
Homepage
PyPi:
https://pypi.org/project/autopep8/
GitHub Repo:
https://github.com/hhatto/autopep8

Classifiers

  • Software Development/Libraries/Python Modules
  • Software Development/Quality Assurance
No  autopep8  pypi packages just yet.

Errors

A list of common autopep8 errors.

Code Examples

Here are some autopep8 code examples and snippets.

GitHub Issues

The autopep8 package has 119 open issues on GitHub

  • Not formatting
  • Document being able to turn formatting off
  • ignores #noqa comment that pydocstyle doesn't

See more issues on GitHub

Related Packages & Articles

pyaml 23.12.0

PyYAML-based module to produce a bit more pretty and readable YAML-serialized data

flake8 7.0.0

the modular source code checker: pep8 pyflakes and co