Skip to content

Commit

Permalink
disable pylint bad-continuation
Browse files Browse the repository at this point in the history
  • Loading branch information
tiltingpenguin committed Dec 12, 2022
1 parent 3b2cf5f commit c223bdf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .pylintrc
Expand Up @@ -138,7 +138,8 @@ disable=print-statement,
xreadlines-attribute,
deprecated-sys-function,
exception-escape,
comprehension-escape
comprehension-escape,
bad-continuation

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

0 comments on commit c223bdf

Please sign in to comment.