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

GitHub

4 stars
3 watching
1 forks
Language: Python
last commit: almost 4 years ago
Linked from 1 awesome list

flake8flake8-pluginpython

Backlinks from these awesome lists:

Related projects:

RepositoryDescriptionStars
martinthoma/flake8-simplifyA plugin that simplifies Python code by removing unnecessary complexity and suggesting better alternatives187
smarkets/flake8-strictPlugin for static code analysis of Python code adhering to strict style rules10
orsinium-labs/flake8-warningsLints Python code to detect deprecated modules and functions.12
queensferryme/flake8-too-manyA flake8 plugin that prevents excessive bad code in Python4
pgjones/flake8-sqlA Flake8 plugin for enforcing SQL coding standards.26
orsinium-labs/flake8-codesTools to inspect error codes in Python code for linting and quality assurance14
rocioar/flake8-djangoA plugin to enforce Django-specific coding standards and best practices during code reviews.180
stummjr/flake8-scrapyAn integration of Flake8 and Scrapy to catch common coding issues in Spider projects19
plinss/flake8-literalThis plugin checks and enforces consistent usage of string literals in Python code.5
orsinium-labs/flake8-todosA tool to check TODO comments in Python code for consistency and completeness.27
mlshapiro/jupyterlab-flake8An extension that integrates flake8 linting into JupyterLab for Python notebooks and text files111
pycqa/flake8-bugbearA tool to identify likely bugs and design problems in Python code1,066
deppen8/pandas-vetA tool to enforce best practices and suggest improvements for pandas data analysis code.168
adamchainz/flake8-comprehensionsA flake8 plugin to help detect unnecessary generator expressions in Python list, set, and dict comprehensions.464
michaelaquilina/flake8-spellcheckAutomates spellchecking of variable and function names in Python code to improve readability and prevent errors.72