From 5211f64442d77ecf660850c5e93b1dee6bb22410 Mon Sep 17 00:00:00 2001 From: Daniel Schadt Date: Sat, 3 Jan 2026 20:32:13 +0100 Subject: update dependencies --- pylint.tests.toml | 4 ---- 1 file changed, 4 deletions(-) (limited to 'pylint.tests.toml') diff --git a/pylint.tests.toml b/pylint.tests.toml index 7a68437..bfa2d9f 100644 --- a/pylint.tests.toml +++ b/pylint.tests.toml @@ -76,10 +76,6 @@ py-version = "3.10" # Discover python modules and packages in the file system subtree. # recursive = -# When enabled, pylint would attempt to guess common misconfiguration and emit -# user-friendly hints instead of false-positive error messages. -suggestion-mode = true - # Allow loading of arbitrary C extensions. Extensions are imported into the # active Python interpreter and may run arbitrary code. # unsafe-load-any-extension = -- cgit v1.2.3