Suppress some new pylint warnings relevant for this PR

This commit is contained in:
jeanluc 2022-11-23 02:50:45 +01:00 committed by Megan Wilhite
parent abfc666461
commit 2b1605a6b4

View file

@ -127,7 +127,10 @@ disable=R,
deprecated-method,
repr-flag-used-in-string,
keyword-arg-before-vararg,
incompatible-py3-code
incompatible-py3-code,
consider-using-f-string,
consider-using-dict-items,
raise-missing-from
# 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