summaryrefslogtreecommitdiff
path: root/pylintrc
diff options
context:
space:
mode:
Diffstat (limited to 'pylintrc')
-rw-r--r--pylintrc6
1 files changed, 5 insertions, 1 deletions
diff --git a/pylintrc b/pylintrc
index 6acebfbfb..376fb828e 100644
--- a/pylintrc
+++ b/pylintrc
@@ -27,6 +27,10 @@ load-plugins=
# Use multiple processes to speed up Pylint.
jobs=1
+# When enabled, pylint would attempt to guess common misconfiguration and emit
+# user-friendly hints instead of false-positive error messages.
+suggestion-mode=yes
+
# Allow loading of arbitrary C extensions. Extensions are imported into the
# active Python interpreter and may run arbitrary code.
unsafe-load-any-extension=no
@@ -272,7 +276,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 existing 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