Pylint: allow masking the 'map' builtin

This commit is contained in:
Eryn Wells 2023-03-10 22:56:00 -08:00
parent eda44a8792
commit 879e0c680d

View file

@ -251,7 +251,7 @@ additional-builtins=
allow-global-unused-variables=yes
# List of names allowed to shadow builtins
allowed-redefined-builtins=
allowed-redefined-builtins=map
# List of strings which can identify a callback function by name. A callback
# name must start or end with one of those strings.