We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e14d2ce commit fd3b977Copy full SHA for fd3b977
1 file changed
.pylintrc
@@ -447,7 +447,10 @@ disable=raw-checker-failed,
447
duplicate-code,
448
unbalanced-tuple-unpacking,
449
unspecified-encoding,
450
- too-many-lines
+ too-many-lines,
451
+ no-name-in-module,
452
+ unexpected-keyword-arg,
453
+ unused-argument
454
455
# Enable the message, report, category or checker with the given id(s). You can
456
# either give multiple identifier separated by comma (,) or put this option
0 commit comments