From 42c2ef887e4822f268e075d22c5014490bf1b272 Mon Sep 17 00:00:00 2001 From: Jack Harper Date: Tue, 14 Oct 2025 14:09:51 +0100 Subject: [PATCH] remove defunct suggestion-mode in pylint config --- src/genie_python/.pylintrc | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/genie_python/.pylintrc b/src/genie_python/.pylintrc index db9c8f3c..04346146 100644 --- a/src/genie_python/.pylintrc +++ b/src/genie_python/.pylintrc @@ -30,10 +30,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=yes