flake8-too-many

Code limiter

A flake8 plugin that prevents excessive bad code in Python

A flake8 plugin that prevents you from writing "too many" bad codes.

GitHub

4 stars
2 watching
0 forks
Language: Python
last commit: 10 days ago
Linked from 1 awesome list

flake8flake8-pluginlinterpythonstatic-analysis

Backlinks from these awesome lists:

Related projects:

Repository Description Stars
smarkets/flake8-strict Plugin for static code analysis of Python code adhering to strict style rules 10
martinthoma/flake8-scream A Flake8 plugin to help identify and suppress false-positive warnings in Python code 4
orsinium-labs/flake8-codes Tools to inspect error codes in Python code for linting and quality assurance 14
orsinium-labs/flake8-warnings Lints Python code to detect deprecated modules and functions. 12
schlamar/flake8-todo A Flake8 plugin that checks for TODO notes in Python code. 30
martinthoma/flake8-simplify A plugin that simplifies Python code by removing unnecessary complexity and suggesting better alternatives 186
python-formate/flake8-encodings A tool to identify encoding issues in Python code 6
python-formate/flake8-dunder-all Ensures Python modules have defined the 'all' variable to specify all imported symbols. 7
pycqa/flake8-bugbear A plugin that extends flake8 to detect design problems and likely bugs in Python code. 1,066
datatheorem/flake8-alfred A plugin for flake8 to flag unsafe/obsolete symbols in Python code 36
jsfehler/flake8-multiline-containers A Flake8 plugin to enforce consistent multiline container formatting 14
best-doctor/flake8-expression-complexity Plugin to validate Python expressions for readability and complexity 31
flake8-implicit-str-concat/flake8-implicit-str-concat A Flake8 plugin that checks for correct string literal concatenation in Python code. 31
tripcher/flake8-forbidden-func An extension for flake8 to restrict certain function calls in specific modules. 8
pgjones/flake8-sql A Flake8 plugin for enforcing SQL coding standards. 26