mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Adding new dunders to pylintrcs
Make __serializers__ known to pylint. Refs #28926 and #28906
This commit is contained in:
parent
246fa4160e
commit
7e540e2c35
2 changed files with 4 additions and 2 deletions
|
@ -163,7 +163,8 @@ additional-builtins=__opts__,
|
|||
__jid_event__,
|
||||
__instance_id__,
|
||||
__salt_system_encoding__,
|
||||
__proxy__
|
||||
__proxy__,
|
||||
__serializers__
|
||||
|
||||
# List of strings which can identify a callback function by name. A callback
|
||||
# name must start or end with one of those strings.
|
||||
|
|
|
@ -226,7 +226,8 @@ additional-builtins=__opts__,
|
|||
__jid_event__,
|
||||
__instance_id__,
|
||||
__salt_system_encoding__,
|
||||
__proxy__
|
||||
__proxy__,
|
||||
__serializers__
|
||||
|
||||
|
||||
# List of strings which can identify a callback function by name. A callback
|
||||
|
|
Loading…
Add table
Reference in a new issue