commit 9dc9fac142d5ba139c6026dc86a375c3b23433ca
parent 722b916da2916b804f3277df172e65c9b60c7233
Author: Daniel Moch <daniel@danielmoch.com>
Date: Fri, 21 Sep 2018 11:25:49 -0400
Another pylintrc update
Diffstat:
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/.pylintrc b/.pylintrc
@@ -60,8 +60,7 @@ confidence=
# --enable=similarities". If you want to run only the classes checker, but have
# no Warning level messages displayed, use "--disable=all --enable=classes
# --disable=W".
-disable=missing-docstring,
- print-statement,
+disable=print-statement,
parameter-unpacking,
unpacking-in-except,
old-raise-syntax,
@@ -410,7 +409,7 @@ expected-line-ending-format=
ignore-long-lines=^\s*(# )?<?https?://\S+>?$
# Number of spaces of indent required inside a hanging or continued line.
-indent-after-paren=4
+indent-after-paren=8
# String used as indentation unit. This is usually " " (4 spaces) or "\t" (1
# tab).