Disable some pylint warnings

This commit is contained in:
Brian R. Bondy
2021-05-04 16:03:39 -04:00
parent 3898119ac5
commit 56d65d36ce
+5 -1
View File
@@ -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