From d5ffe5229df255d3b5facc470aacd448543fe584 Mon Sep 17 00:00:00 2001 From: Florian Fischer Date: Fri, 7 Nov 2025 10:50:49 +0100 Subject: bump pipenv to python3.13 --- .pylint.rc | 4 ---- 1 file changed, 4 deletions(-) (limited to '.pylint.rc') diff --git a/.pylint.rc b/.pylint.rc index f82f331..81e83c6 100644 --- a/.pylint.rc +++ b/.pylint.rc @@ -36,10 +36,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 -- cgit v1.2.3