Contents

flake8-bugbear 24.2.6

0

A plugin for flake8 finding likely bugs and design problems in your program. Contains warnings that

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

Stars: 1034, Watchers: 1034, Forks: 103, Open Issues: 57

The PyCQA/flake8-bugbear repo was created 8 years ago and the last code push was 3 weeks ago.
The project is very popular with an impressive 1034 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
License
MIT
Homepage
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
No  flake8-bugbear  pypi packages just yet.

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 57 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

See more issues on GitHub

Related Packages & Articles

flake8 7.0.0

the modular source code checker: pep8 pyflakes and co

flake8-2020 1.8.1

flake8 plugin which checks for misuse of sys.version or sys.version_info