This is an automated email from the ASF dual-hosted git repository.

juergbi pushed a commit to branch jbilleter/pylint4
in repository https://gitbox.apache.org/repos/asf/buildstream-plugins.git

commit b3da062ce192ef604d60e38d6be16b2c1a165177
Author: Jürg Billeter <[email protected]>
AuthorDate: Fri Jul 17 15:45:10 2026 +0200

    .pylintrc: Drop obsolete `suggestion-mode` option
    
    The `suggestion-mode` option was removed in Pylint 4.0.
---
 .pylintrc | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/.pylintrc b/.pylintrc
index 3b90e25..675b210 100644
--- a/.pylintrc
+++ b/.pylintrc
@@ -51,10 +51,6 @@ persistent=yes
 # Specify a configuration file.
 #rcfile=
 
-# 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

Reply via email to