pylint: Ignore more lints

This commit is contained in:
Sanchayan Maity 2022-01-15 17:24:04 +05:30
parent 5f26c276ef
commit ea885f426d
1 changed files with 33 additions and 12 deletions

View File

@ -79,18 +79,39 @@ confidence=
# no Warning level messages displayed, use "--disable=all --enable=classes
# --disable=W".
disable=raw-checker-failed,
bad-inline-option,
locally-disabled,
file-ignored,
suppressed-message,
useless-suppression,
deprecated-pragma,
use-symbolic-message-instead,
missing-class-docstring,
missing-function-docstring,
missing-module-docstring,
invalid-name,
global-statement
bad-inline-option,
locally-disabled,
file-ignored,
suppressed-message,
useless-suppression,
deprecated-pragma,
use-symbolic-message-instead,
missing-class-docstring,
missing-function-docstring,
missing-module-docstring,
global-statement,
blacklisted-name,
fixme,
input-builtin,
invalid-characters-in-docstring,
invalid-name,
invalid-str-codec,
line-too-long,
round-builtin,
too-few-public-methods,
too-many-ancestors,
too-many-arguments,
too-many-boolean-expressions,
too-many-branches,
too-many-instance-attributes,
too-many-lines,
too-many-locals,
too-many-nested-blocks,
too-many-public-methods,
too-many-return-statements,
too-many-statements,
wrong-spelling-in-comment,
wrong-spelling-in-docstring,
# Enable the message, report, category or checker with the given id(s). You can
# either give multiple identifier separated by comma (,) or put this option