flake8-bugbear

Code scanner

A plugin that extends flake8 to detect design problems and likely bugs 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
107 forks
Language: Python
last commit: 21 days ago
Linked from 1 awesome list

code-qualitylinterlinter-flake8linter-plugin

Backlinks from these awesome lists:

Related projects:

Repository Description Stars
pycqa/flake8-docstrings Tools to improve Python documentation quality and consistency 154
pycqa/flake8-pyi Enhances Flake8 to better handle stub files used in type hinting 73
stummjr/flake8-scrapy An integration of Flake8 and Scrapy to catch common coding issues in Spider projects 19
rocioar/flake8-django A plugin to enforce Django-specific coding standards and best practices during code reviews. 180
s-weigand/flake8-nb A tool to check Python code quality in Jupyter notebooks. 28
wemake-services/flake8-eradicate Automatically identifies and flags unused or commented-out code in Python projects. 311
smarkets/flake8-strict Plugin for static code analysis of Python code adhering to strict style rules 10
peterjc/flake8-black A flake8 plugin that runs black to validate Python code style and enforce coding standards. 166
schlamar/flake8-todo A Flake8 plugin that checks for TODO notes in Python code. 30
pycqa/autoflake A tool to automatically remove unused imports and variables from Python code based on pyflakes analysis 904
orsinium-labs/flake8-codes Tools to inspect error codes in Python code for linting and quality assurance 14
orsinium-labs/flake8-pylint An extension for flake8 that integrates PyLint to check Python code quality and detect potential errors. 8
jbkahn/flake8-print A plugin to check Python print statements for coding style and errors 121
orsinium-labs/flake8-warnings Lints Python code to detect deprecated modules and functions. 12
pycqa/pep8-naming Checks Python code against PEP 8 naming conventions to ensure consistent and readable coding practices. 512