Disable some pylint warnings
This commit is contained in:
@@ -143,7 +143,11 @@ disable=print-statement,
|
||||
xreadlines-attribute,
|
||||
deprecated-sys-function,
|
||||
exception-escape,
|
||||
comprehension-escape
|
||||
comprehension-escape,
|
||||
missing-function-docstring,
|
||||
missing-module-docstring,
|
||||
raise-missing-from,
|
||||
invalid-name
|
||||
|
||||
# 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
|
||||
|
||||
Reference in New Issue
Block a user