Merge pull request #56602 from s0undt3ch/hotfix/pylint-py3

Sodium is Py3 only. Disable our Pylint Py3 compatible code plugin.
This commit is contained in:
Daniel Wozniak 2020-04-19 00:38:48 -07:00 committed by GitHub
commit 12531072ac
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -128,7 +128,8 @@ disable=R,
import-outside-toplevel,
deprecated-method,
repr-flag-used-in-string,
keyword-arg-before-vararg
keyword-arg-before-vararg,
incompatible-py3-code
# 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