We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 590ca48 commit ef00c68Copy full SHA for ef00c68
scripts/validate_string_concatenation.py
@@ -90,8 +90,8 @@ def strings_to_concatenate(
90
For example, when this:
91
92
>>> foo = (
93
- ... "bar "
94
- ... "baz"
+ ... "bar "
+ ... "baz"
95
... )
96
97
Is becoming this:
@@ -151,8 +151,8 @@ def strings_with_wrong_placed_space(
151
Instead of:
152
153
154
- ... "bar"
155
- ... " baz"
+ ... "bar"
+ ... " baz"
156
157
158
Parameters
0 commit comments