Sodium is Py3 only. Disable our Pylint Py3 compatible code checks

This commit is contained in:
Pedro Algarvio 2020-04-10 11:04:02 +01:00
parent 353d20ed90
commit 3e3501f4b0
No known key found for this signature in database
GPG key ID: BB36BF6584A298FF

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