From 50394b2c7e843e56a6f7c55e7ce1bbd82888fbb3 Mon Sep 17 00:00:00 2001 From: Matthew Lonis Date: Wed, 1 Apr 2026 21:31:29 -0400 Subject: [PATCH] Update pylint config --- .pylintrc | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.pylintrc b/.pylintrc index 6a0bc0c..b24475f 100644 --- a/.pylintrc +++ b/.pylintrc @@ -42,10 +42,6 @@ limit-inference-results=100 # Pickle collected data for later comparisons. persistent=yes -# 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