Pylint: allow masking the 'map' builtin
This commit is contained in:
parent
eda44a8792
commit
879e0c680d
1 changed files with 1 additions and 1 deletions
|
@ -251,7 +251,7 @@ additional-builtins=
|
||||||
allow-global-unused-variables=yes
|
allow-global-unused-variables=yes
|
||||||
|
|
||||||
# List of names allowed to shadow builtins
|
# 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
|
# List of strings which can identify a callback function by name. A callback
|
||||||
# name must start or end with one of those strings.
|
# name must start or end with one of those strings.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue