mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Suppress some new pylint warnings relevant for this PR
This commit is contained in:
parent
abfc666461
commit
2b1605a6b4
1 changed files with 4 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue