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: 11 months ago
Linked from 1 awesome list

flake8flake8-extensionflake8-plugin

Backlinks from these awesome lists:

Related projects:

Repository Description Stars
flake8-implicit-str-concat/flake8-implicit-str-concat A Flake8 plugin that checks for correct string literal concatenation in Python code. 31
xzise/flake8-string-format A Flake8 plugin to check strings and parameters using str.format for implicit index usage 20
pgjones/flake8-sql A Flake8 plugin for enforcing SQL coding standards. 26
ggupta2005/flake8-all-not-strings A plugin for flake8 to enforce string type on elements in __all__ lists of Python modules. 0
smarkets/flake8-strict Plugin for static code analysis of Python code adhering to strict style rules 10
best-doctor/flake8-expression-complexity Plugin to validate Python expressions for readability and complexity 31
plinss/flake8-noqa Ensures # noqa comments are formatted correctly to avoid errors and unintended behavior in flake8. 41
adamchainz/flake8-comprehensions A flake8 plugin to help detect unnecessary generator expressions in Python list, set, and dict comprehensions. 465
python-formate/flake8-encodings A tool to identify encoding issues in Python code 6
jamescooke/flake8-aaa A Flake8 plugin to enforce Arrange-Act-Assert pattern in Python tests 70
afonasev/flake8-return Tool to check return values in Python functions 62
orsinium-labs/flake8-codes Tools to inspect error codes in Python code for linting and quality assurance 14
martinthoma/flake8-scream A Flake8 plugin to help identify and suppress false-positive warnings in Python code 4
jsfehler/flake8-multiline-containers A Flake8 plugin to enforce consistent multiline container formatting 14
jbkahn/flake8-print A plugin to check Python print statements for coding style and errors 121