Disable more pylint nonsense

This commit is contained in:
Kenneth Benzie 2021-02-21 20:18:35 +00:00
parent fb790fc206
commit 5c6a840bec

View File

@ -11,6 +11,7 @@ disable=
cmp-method,
coerce-builtin,
coerce-method,
consider-using-sys-exit,
delslice-method,
deprecated-pragma,
deprecated-str-translate-call,