PyCQA / flake8-bugbearLinks
A plugin for Flake8 finding likely bugs and design problems in your program. Contains warnings that don't belong in pyflakes and pycodestyle.
☆1,108Updated 2 weeks ago
Alternatives and similar repositories for flake8-bugbear
Users that are interested in flake8-bugbear are comparing it to the libraries listed below
Sorting:
- Rewrites source to reorder python imports☆772Updated last week
- Pytest plugin to randomly order tests and control random.seed☆684Updated 2 weeks ago
- Removes unused imports and unused variables as reported by pyflakes☆950Updated 2 weeks ago
- docstring style checker☆1,117Updated 2 years ago
- a plugin for py.test that changes the default look and feel of py.test (e.g. progressbar, show tests that fail instantly)☆1,500Updated last week
- Selects tests affected by changed files. Executes the right tests first. Continuous test runner when used with pytest-watch.☆935Updated 3 weeks ago
- Naming Convention checker for Python☆527Updated 7 months ago
- McCabe complexity checker for Python