Skip to content

Commit

Permalink
Disable pylint's bad-continuation check, due to
Browse files Browse the repository at this point in the history
  • Loading branch information
jameswettenhall committed Jan 10, 2020
1 parent 3f4292a commit 48812d0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .pylintrc
Expand Up @@ -140,7 +140,8 @@ disable=print-statement,
exception-escape,
comprehension-escape,
cyclic-import,
import-outside-toplevel
import-outside-toplevel,
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 48812d0

Please sign in to comment.