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