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.
1k stars
9 watching
109 forks
Language: Python
last commit: 2 months ago
Linked from 1 awesome list
code-qualitylinterlinter-flake8linter-plugin
Related projects:
Repository | Description | Stars |
---|---|---|
| Tools to improve Python documentation quality and consistency | 155 |
| Enhances Flake8 to better handle stub files used in type hinting | 73 |
| An integration of Flake8 and Scrapy to catch common coding issues in Spider projects | 19 |
| A plugin to enforce Django-specific coding standards and best practices during code reviews. | 180 |
| A tool to check Python code quality in Jupyter notebooks. | 28 |
| Automatically identifies and flags unused or commented-out code in Python projects. | 311 |
| Plugin for static code analysis of Python code adhering to strict style rules | 10 |
| A flake8 plugin that runs black to validate Python code style and enforce coding standards. | 165 |
| A Flake8 plugin that checks for TODO notes in Python code. | 30 |
| A tool to automatically remove unused imports and variables from Python code based on pyflakes analysis | 908 |
| Tools to inspect error codes in Python code for linting and quality assurance | 14 |
| An extension for flake8 that integrates PyLint to check Python code quality and detect potential errors. | 8 |
| A plugin to check Python print statements for coding style and errors | 121 |
| Lints Python code to detect deprecated modules and functions. | 12 |
| Checks Python code against PEP 8 naming conventions to ensure consistent and readable coding practices. | 517 |