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: almost 2 years ago
Linked from 1 awesome list

flake8flake8-pluginlinterpythonstatic-analysis

Backlinks from these awesome lists:

Related projects:

RepositoryDescriptionStars
smarkets/flake8-strictPlugin for static code analysis of Python code adhering to strict style rules10
martinthoma/flake8-screamA Flake8 plugin to help identify and suppress false-positive warnings in Python code4
orsinium-labs/flake8-codesTools to inspect error codes in Python code for linting and quality assurance14
orsinium-labs/flake8-warningsLints Python code to detect deprecated modules and functions.12
schlamar/flake8-todoA Flake8 plugin that checks for TODO notes in Python code.30
martinthoma/flake8-simplifyA plugin that simplifies Python code by removing unnecessary complexity and suggesting better alternatives187
python-formate/flake8-encodingsA tool to identify encoding issues in Python code6
python-formate/flake8-dunder-allEnsures Python modules have defined the 'all' variable to specify all imported symbols.7
pycqa/flake8-bugbearA tool to identify likely bugs and design problems in Python code1,066
datatheorem/flake8-alfredA plugin for flake8 to flag unsafe/obsolete symbols in Python code36
jsfehler/flake8-multiline-containersA Flake8 plugin to enforce consistent multiline container formatting14
best-doctor/flake8-expression-complexityPlugin to validate Python expressions for readability and complexity32
flake8-implicit-str-concat/flake8-implicit-str-concatA Flake8 plugin that checks for correct string literal concatenation in Python code.31
tripcher/flake8-forbidden-funcAn extension for flake8 to restrict certain function calls in specific modules.8
pgjones/flake8-sqlA Flake8 plugin for enforcing SQL coding standards.26