Skip to content

Commit fd3b977

Browse files
committed
add messages control to remove in pylintrc
Signed-off-by: Yash Mehan <yashmehan@gmail.com>
1 parent e14d2ce commit fd3b977

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.pylintrc

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -447,7 +447,10 @@ disable=raw-checker-failed,
447447
duplicate-code,
448448
unbalanced-tuple-unpacking,
449449
unspecified-encoding,
450-
too-many-lines
450+
too-many-lines,
451+
no-name-in-module,
452+
unexpected-keyword-arg,
453+
unused-argument
451454

452455
# Enable the message, report, category or checker with the given id(s). You can
453456
# either give multiple identifier separated by comma (,) or put this option

0 commit comments

Comments
 (0)