Skip to content

Commit f52766c

Browse files
authored
Remove deprecated suggestion-mode from .pylintrc (#17)
1 parent 4c426fe commit f52766c

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.pylintrc

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -85,10 +85,6 @@ py-version=3.9
8585
# Discover python modules and packages in the file system subtree.
8686
recursive=no
8787

88-
# When enabled, pylint would attempt to guess common misconfiguration and emit
89-
# user-friendly hints instead of false-positive error messages.
90-
suggestion-mode=yes
91-
9288
# Allow loading of arbitrary C extensions. Extensions are imported into the
9389
# active Python interpreter and may run arbitrary code.
9490
unsafe-load-any-extension=no

0 commit comments

Comments
 (0)