Contents

autopep8 2.3.1

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: 4567, Watchers: 4567, Forks: 289, Open Issues: 125

The hhatto/autopep8 repo was created 13 years ago and the last code push was 3 months ago.
The project is very popular with an impressive 4567 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
None
License
None
Homepage
None
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 125 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 24.9.0

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

flake8 7.1.1

the modular source code checker: pep8 pyflakes and co