aboutsummaryrefslogtreecommitdiff
path: root/pylint.tests.toml
diff options
context:
space:
mode:
Diffstat (limited to 'pylint.tests.toml')
-rw-r--r--pylint.tests.toml4
1 files changed, 0 insertions, 4 deletions
diff --git a/pylint.tests.toml b/pylint.tests.toml
index 7a68437..bfa2d9f 100644
--- a/pylint.tests.toml
+++ b/pylint.tests.toml
@@ -76,10 +76,6 @@ py-version = "3.10"
# Discover python modules and packages in the file system subtree.
# recursive =
-# When enabled, pylint would attempt to guess common misconfiguration and emit
-# user-friendly hints instead of false-positive error messages.
-suggestion-mode = true
-
# Allow loading of arbitrary C extensions. Extensions are imported into the
# active Python interpreter and may run arbitrary code.
# unsafe-load-any-extension =