From 930d813c633d44e40ec95abeb499ba2edfd82d2c Mon Sep 17 00:00:00 2001 From: Matt Raible Date: Tue, 21 Oct 2025 10:49:40 -0600 Subject: [PATCH] Remove deprecated suggestion-mode from .pylintrc --- .pylintrc | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.pylintrc b/.pylintrc index 7ddbd82..e765b71 100644 --- a/.pylintrc +++ b/.pylintrc @@ -85,10 +85,6 @@ py-version=3.9 # Discover python modules and packages in the file system subtree. recursive=no -# 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