summaryrefslogtreecommitdiff
path: root/pylintrc
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2019-06-18 22:03:24 -0400
committerNed Batchelder <ned@nedbatchelder.com>2019-06-19 06:00:35 -0400
commitf36c3acd2f236cebbac254fc9c71e2080cbfece2 (patch)
tree49befb33a6b074df75a323e167b1aa6b3a68de1e /pylintrc
parent502ecfc1767480ceefd0745d258a945163b61024 (diff)
downloadpython-coveragepy-git-f36c3acd2f236cebbac254fc9c71e2080cbfece2.tar.gz
One per line
Diffstat (limited to 'pylintrc')
-rw-r--r--pylintrc3
1 files changed, 2 insertions, 1 deletions
diff --git a/pylintrc b/pylintrc
index e9cd2410..6145efc9 100644
--- a/pylintrc
+++ b/pylintrc
@@ -74,7 +74,8 @@ disable=
too-many-ancestors,
unnecessary-pass,
# Formatting stuff
- superfluous-parens,bad-continuation,
+ superfluous-parens,
+ bad-continuation,
# Disable while we still support Python 2:
useless-object-inheritance,
# Messages that are noisy for now, eventually maybe we'll turn them on: