diff --git a/.github/linters/.python-lint b/.github/linters/.python-lint index 9656ee4..8e781ac 100644 --- a/.github/linters/.python-lint +++ b/.github/linters/.python-lint @@ -99,10 +99,6 @@ recursive=no # source root. source-roots= -# 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