Skip to content

Commit c223bdf

Browse files
disable pylint bad-continuation
see: pylint-dev/pylint#289
1 parent 3b2cf5f commit c223bdf

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.pylintrc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,8 @@ disable=print-statement,
138138
xreadlines-attribute,
139139
deprecated-sys-function,
140140
exception-escape,
141-
comprehension-escape
141+
comprehension-escape,
142+
bad-continuation
142143

143144
# Enable the message, report, category or checker with the given id(s). You can
144145
# either give multiple identifier separated by comma (,) or put this option

0 commit comments

Comments
 (0)