flake8-scream
Code linter
A Flake8 plugin to help identify and suppress false-positive warnings in Python code
❄️🙀 Flake8 plugin that contains rules which do have known false-positives - it might still be useful for a one-time run
4 stars
3 watching
1 forks
Language: Python
last commit: about 2 years ago
Linked from 1 awesome list
flake8flake8-pluginpython
Related projects:
Repository | Description | Stars |
---|---|---|
martinthoma/flake8-simplify | A plugin that simplifies Python code by removing unnecessary complexity and suggesting better alternatives | 186 |
smarkets/flake8-strict | Plugin for static code analysis of Python code adhering to strict style rules | 10 |
orsinium-labs/flake8-warnings | Lints Python code to detect deprecated modules and functions. | 12 |
queensferryme/flake8-too-many | A flake8 plugin that prevents excessive bad code in Python | 4 |
pgjones/flake8-sql | A Flake8 plugin for enforcing SQL coding standards. | 26 |
orsinium-labs/flake8-codes | Tools to inspect error codes in Python code for linting and quality assurance | 14 |
rocioar/flake8-django | A plugin to enforce Django-specific coding standards and best practices during code reviews. | 180 |
stummjr/flake8-scrapy | An integration of Flake8 and Scrapy to catch common coding issues in Spider projects | 19 |
plinss/flake8-literal | This plugin checks and enforces consistent usage of string literals in Python code. | 5 |
orsinium-labs/flake8-todos | Tools to check and enforce TODO comments in Python code | 27 |
mlshapiro/jupyterlab-flake8 | An extension that integrates flake8 linting into JupyterLab for Python notebooks and text files | 111 |
pycqa/flake8-bugbear | A plugin that extends flake8 to detect design problems and likely bugs in Python code. | 1,066 |
deppen8/pandas-vet | A tool to enforce best practices and suggest improvements for pandas data analysis code. | 168 |
adamchainz/flake8-comprehensions | A flake8 plugin to help detect unnecessary generator expressions in Python list, set, and dict comprehensions. | 465 |
michaelaquilina/flake8-spellcheck | Automates spellchecking of variable and function names in Python code to improve readability and prevent errors. | 72 |