pycodestyle 2.12.1
0
Python style guide checker
Contents
Python style guide checker
Stars: 5028, Watchers: 5028, Forks: 755, Open Issues: 110The 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
Related Packages
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.