flake8-literal

String Literal Checker

This plugin checks and enforces consistent usage of string literals in Python code.

flake8 plugin to validate string literals - Mirror of https://gitlab.linss.com/open-source/flake8/flake8-literal

GitHub

5 stars
3 watching
1 forks
Language: Python
last commit: over 2 years ago
Linked from 1 awesome list

flake8flake8-extensionflake8-plugin

Backlinks from these awesome lists:

Related projects:

RepositoryDescriptionStars
flake8-implicit-str-concat/flake8-implicit-str-concatA Flake8 plugin that checks for correct string literal concatenation in Python code.31
xzise/flake8-string-formatA Flake8 plugin to check strings and parameters using str.format for implicit index usage20
pgjones/flake8-sqlA Flake8 plugin for enforcing SQL coding standards.26
ggupta2005/flake8-all-not-stringsA plugin for flake8 to enforce string type on elements in __all__ lists of Python modules.0
smarkets/flake8-strictPlugin for static code analysis of Python code adhering to strict style rules10
best-doctor/flake8-expression-complexityPlugin to validate Python expressions for readability and complexity32
plinss/flake8-noqaEnsures # noqa comments are formatted correctly to avoid errors and unintended behavior in flake8.41
adamchainz/flake8-comprehensionsA flake8 plugin to help detect unnecessary generator expressions in Python list, set, and dict comprehensions.464
python-formate/flake8-encodingsA tool to identify encoding issues in Python code6
jamescooke/flake8-aaaA Flake8 plugin to enforce Arrange-Act-Assert pattern in Python tests69
afonasev/flake8-returnTool to check return values in Python functions62
orsinium-labs/flake8-codesTools to inspect error codes in Python code for linting and quality assurance14
martinthoma/flake8-screamA Flake8 plugin to help identify and suppress false-positive warnings in Python code4
jsfehler/flake8-multiline-containersA Flake8 plugin to enforce consistent multiline container formatting14
jbkahn/flake8-printA plugin to check Python print statements for coding style and errors121