File tree 1 file changed +5
-1
lines changed
1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -27,6 +27,10 @@ load-plugins=
27
27
# Use multiple processes to speed up Pylint.
28
28
jobs =1
29
29
30
+ # When enabled, pylint would attempt to guess common misconfiguration and emit
31
+ # user-friendly hints instead of false-positive error messages.
32
+ suggestion-mode =yes
33
+
30
34
# Allow loading of arbitrary C extensions. Extensions are imported into the
31
35
# active Python interpreter and may run arbitrary code.
32
36
unsafe-load-any-extension =no
@@ -272,7 +276,7 @@ ignore-mixin-members=yes
272
276
273
277
# List of module names for which member attributes should not be checked
274
278
# (useful for modules/projects where namespaces are manipulated during runtime
275
- # and thus existing member attributes cannot be deduced by static analysis
279
+ # and thus existing member attributes cannot be deduced by static analysis)
276
280
ignored-modules =
277
281
278
282
# List of classes names for which member attributes should not be checked
You can’t perform that action at this time.
0 commit comments