From 879e0c680dfaca6c09eb17b89bc2f273aaee4fb4 Mon Sep 17 00:00:00 2001 From: Eryn Wells Date: Fri, 10 Mar 2023 22:56:00 -0800 Subject: [PATCH] Pylint: allow masking the 'map' builtin --- .pylintrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pylintrc b/.pylintrc index cf56258..16d5c06 100644 --- a/.pylintrc +++ b/.pylintrc @@ -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.