flake8-no-implicit-concat

Concatenator

Prevents implicit string and byte concatenations in Python code.

Flake8 Plugin that Forbids Implicit str/bytes Literal Concatenations

GitHub

20 stars
3 watching
2 forks
Language: Python
last commit: 6 days ago
Linked from 1 awesome list

flake8flake8-pluginlinterlintingpython

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
queensferryme/flake8-too-many A flake8 plugin that prevents excessive bad code in Python 4
plinss/flake8-literal This plugin checks and enforces consistent usage of string literals in Python code. 5
adamchainz/flake8-comprehensions A flake8 plugin to help detect unnecessary generator expressions in Python list, set, and dict comprehensions. 465
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
ggupta2005/flake8-all-not-strings A plugin for flake8 to enforce string type on elements in __all__ lists of Python modules. 0
martinthoma/flake8-simplify A plugin that simplifies Python code by removing unnecessary complexity and suggesting better alternatives 186
martinthoma/flake8-scream A Flake8 plugin to help identify and suppress false-positive warnings in Python code 4
python-formate/flake8-dunder-all Ensures Python modules have defined the 'all' variable to specify all imported symbols. 7
cyyc1/flake8-indent-in-def Enforces consistent 8-space indentation in Python function and class definitions to improve readability. 0
wemake-services/flake8-broken-line Prevents use of backslashes as line breaks in Python code to enforce consistent and readable coding style. 112
schlamar/flake8-todo A Flake8 plugin that checks for TODO notes in Python code. 30