flake8-bugbear 24.8.19
0
A plugin for flake8 finding likely bugs and design problems in your program. Contains warnings that
Contents
A plugin for flake8 finding likely bugs and design problems in your program. Contains warnings that don't belong in pyflakes and pycodestyle.
Stars: 1061, Watchers: 1061, Forks: 105, Open Issues: 62The PyCQA/flake8-bugbear
repo was created 8 years ago and the last code push was 5 days ago.
The project is very popular with an impressive 1061 github stars!
How to Install flake8-bugbear
You can install flake8-bugbear using pip
pip install flake8-bugbear
or add it to a project with poetry
poetry add flake8-bugbear
Package Details
- Author
- None
- License
- MIT
- Homepage
- None
- PyPi:
- https://pypi.org/project/flake8-bugbear/
- GitHub Repo:
- https://github.com/PyCQA/flake8-bugbear
Classifiers
- Software Development/Libraries/Python Modules
- Software Development/Quality Assurance
Related Packages
Errors
A list of common flake8-bugbear errors.
Code Examples
Here are some flake8-bugbear
code examples and snippets.
GitHub Issues
The flake8-bugbear package has 62 open issues on GitHub
- Add B019 check to find cache decorators on class methods
- Fail lru_cache / cache applied to methods
- B008 false positive in FastAPI / Typer
- extend-immutable-calls: how to configure?
- Is there a way to suppress B008 for tuple subclasses