From 863d77562d763d86b82fa3a6d7637b13e3bff109 Mon Sep 17 00:00:00 2001 From: Frank Martinez Date: Tue, 25 Nov 2025 10:41:29 -0500 Subject: [PATCH] Build: Remove deprecated pylint option --- .pylintrc | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.pylintrc b/.pylintrc index 4ba8a461b0..3675d95d7f 100644 --- a/.pylintrc +++ b/.pylintrc @@ -87,10 +87,6 @@ py-version=3.10 # 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