flake8-bugbear

Code analyzer

A tool to identify likely bugs and design problems in Python code

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

GitHub

1k stars
9 watching
109 forks
Language: Python
last commit: almost 2 years ago
Linked from 1 awesome list

code-qualitylinterlinter-flake8linter-plugin

Backlinks from these awesome lists:

Related projects:

RepositoryDescriptionStars
pycqa/flake8-docstringsTools to improve Python documentation quality and consistency155
pycqa/flake8-pyiEnhances Flake8 to better handle stub files used in type hinting73
stummjr/flake8-scrapyAn integration of Flake8 and Scrapy to catch common coding issues in Spider projects19
rocioar/flake8-djangoA plugin to enforce Django-specific coding standards and best practices during code reviews.180
s-weigand/flake8-nbA tool to check Python code quality in Jupyter notebooks.28
wemake-services/flake8-eradicateAutomatically identifies and flags unused or commented-out code in Python projects.311
smarkets/flake8-strictPlugin for static code analysis of Python code adhering to strict style rules10
peterjc/flake8-blackA flake8 plugin that runs black to validate Python code style and enforce coding standards.165
schlamar/flake8-todoA Flake8 plugin that checks for TODO notes in Python code.30
pycqa/autoflakeA tool to automatically remove unused imports and variables from Python code based on pyflakes analysis908
orsinium-labs/flake8-codesTools to inspect error codes in Python code for linting and quality assurance14
orsinium-labs/flake8-pylintAn extension for flake8 that integrates PyLint to check Python code quality and detect potential errors.8
jbkahn/flake8-printA plugin to check Python print statements for coding style and errors121
orsinium-labs/flake8-warningsLints Python code to detect deprecated modules and functions.12
pycqa/pep8-namingChecks Python code against PEP 8 naming conventions to ensure consistent and readable coding practices.517