summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
Diffstat (limited to 'examples')
-rw-r--r--examples/pylintrc5
1 files changed, 4 insertions, 1 deletions
diff --git a/examples/pylintrc b/examples/pylintrc
index 047b473..5f21f58 100644
--- a/examples/pylintrc
+++ b/examples/pylintrc
@@ -107,6 +107,9 @@ max-module-lines=1000
# tab).
indent-string=' '
+# Number of spaces of indent required inside a hanging or continued line.
+indent-after-paren=4
+
[BASIC]
@@ -227,7 +230,7 @@ ignore-mixin-members=yes
# List of module names for which member attributes should not be checked
# (useful for modules/projects where namespaces are manipulated during runtime
-# and thus extisting member attributes cannot be deduced by static analysis
+# and thus existing member attributes cannot be deduced by static analysis
ignored-modules=
# List of classes names for which member attributes should not be checked