mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Sodium is Py3 only. Disable our Pylint Py3 compatible code checks
This commit is contained in:
parent
353d20ed90
commit
3e3501f4b0
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue