Contents

pycodestyle 2.11.1

0

Python style guide checker

Python style guide checker

Stars: 4967, Watchers: 4967, Forks: 751, Open Issues: 108

The PyCQA/pycodestyle repo was created 14 years ago and the last code push was 16 hours ago.
The project is very popular with an impressive 4967 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 108 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.0.0

the modular source code checker: pep8 pyflakes and co

flake8-bugbear 24.2.6

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