Contents

pycodestyle 2.12.1

0

Python style guide checker

Python style guide checker

Stars: 5028, Watchers: 5028, Forks: 755, Open Issues: 110

The PyCQA/pycodestyle repo was created 15 years ago and the last code push was 4 days ago.
The project is extremely popular with a mindblowing 5028 github stars!

How to Install pycodestyle

You can install pycodestyle using pip

pip install pycodestyle

or add it to a project with poetry

poetry add pycodestyle

Package Details

Author
Johann C. Rocholl
License
MIT
Homepage
https://pycodestyle.pycqa.org/
PyPi:
https://pypi.org/project/pycodestyle/
GitHub Repo:
https://github.com/PyCQA/pycodestyle

Classifiers

  • Software Development/Libraries/Python Modules
No  pycodestyle  pypi packages just yet.

Errors

A list of common pycodestyle errors.

Code Examples

Here are some pycodestyle code examples and snippets.

GitHub Issues

The pycodestyle package has 110 open issues on GitHub

  • fix E203 false positive in list slices
  • More fine-grained control of docstring and comment length
  • E203: False positive "whitespace before ':' " on list slice.

See more issues on GitHub

Related Packages & Articles

flake8 7.1.1

the modular source code checker: pep8 pyflakes and co

flake8-bugbear 24.8.19

A plugin for flake8 finding likely bugs and design problems in your program. Contains warnings that don't belong in pyflakes and pycodestyle.