flake8-implicit-str-concat

String checker

A Flake8 plugin that checks for correct string literal concatenation in Python code.

Flake8 plugin to encourage correct string literal concatenation

GitHub

31 stars
3 watching
7 forks
Language: Python
last commit: over 1 year ago
Linked from 1 awesome list


Backlinks from these awesome lists:

Related projects:

Repository Description Stars
10sr/flake8-no-implicit-concat Prevents implicit string and byte concatenations in Python code. 20
plinss/flake8-literal This plugin checks and enforces consistent usage of string literals in Python code. 5
xzise/flake8-string-format A Flake8 plugin to check strings and parameters using str.format for implicit index usage 20
schlamar/flake8-todo A Flake8 plugin that checks for TODO notes in Python code. 30
adamchainz/flake8-comprehensions A flake8 plugin to help detect unnecessary generator expressions in Python list, set, and dict comprehensions. 464
smarkets/flake8-strict Plugin for static code analysis of Python code adhering to strict style rules 10
jsfehler/flake8-multiline-containers A Flake8 plugin to enforce consistent multiline container formatting 14
python-formate/flake8-encodings A tool to identify encoding issues in Python code 6
jdkandersson/flake8-docstrings-complete A linter that checks the completeness and accuracy of docstrings in Python functions and methods. 12
ggupta2005/flake8-all-not-strings A plugin for flake8 to enforce string type on elements in __all__ lists of Python modules. 0
afonasev/flake8-return Tool to check return values in Python functions 62
gforcada/flake8-pep3101 Checks Python string formatting against the latest standard 14
queensferryme/flake8-too-many A flake8 plugin that prevents excessive bad code in Python 4
michaelkim0407/flake8-use-fstring A plugin that enforces the use of f-strings in Python code to improve style and readability 51
pgjones/flake8-sql A Flake8 plugin for enforcing SQL coding standards. 26