Fix comment issues (E26x).

This commit is contained in:
Dave Halter
2017-07-08 13:57:39 +02:00
parent a5ea2f7add
commit 65168577cf
11 changed files with 113 additions and 36 deletions

View File

@@ -49,9 +49,6 @@ a = (123,
)
#
if start[1] > end_col and not (
over_indent == 4 and indent_next):
return (0, "E121 continuation line over-"
@@ -91,7 +88,6 @@ print "hello", (
foo = long_function_name(var_one, var_two,
var_three, var_four)
#
# Extra indentation is not necessary.
foo = long_function_name(
var_one, var_two,
@@ -173,8 +169,6 @@ foo = my.func({
}, "baz")
#
fooff(aaaa,
cca(
vvv,
@@ -189,7 +183,6 @@ fooff(aaaa,
aaa,
dadd),
"visual indentation is not a multiple of four",)
#
if bar:
return (
@@ -198,7 +191,7 @@ if bar:
"to match that of the opening "
"bracket's line"
)
#
# you want vertical alignment, so use a parens
if ((foo.bar("baz") and
foo.bar("frop")
@@ -333,9 +326,6 @@ rv.update(
)
#
event_obj.write(cursor, user_id, {
'user': user,
'summary': text,