
mccabe 0.7.0
0
McCabe checker, plugin for flake8
Contents
McCabe checker, plugin for flake8
Stars: 676, Watchers: 676, Forks: 64, Open Issues: 9The PyCQA/mccabe repo was created 12 years ago and the last code push was 1 years ago.
The project is popular with 676 github stars!
How to Install mccabe
You can install mccabe using pip
pip install mccabe
or add it to a project with poetry
poetry add mccabe
Package Details
- Author
- Tarek Ziade
- License
- Expat license
- Homepage
- https://github.com/pycqa/mccabe
- PyPi:
- https://pypi.org/project/mccabe/
- GitHub Repo:
- https://github.com/pycqa/mccabe
Classifiers
- Software Development/Libraries/Python Modules
- Software Development/Quality Assurance
Related Packages
Errors
A list of common mccabe errors.
Code Examples
Here are some mccabe code examples and snippets.
pythonfix