pylint: allow filter builtin
This commit is contained in:
parent
ca51e8a02a
commit
29e21d1fc0
@ -44,7 +44,7 @@ generated-members=
|
|||||||
[BASIC]
|
[BASIC]
|
||||||
|
|
||||||
# List of builtins function names that should not be used, separated by a comma
|
# List of builtins function names that should not be used, separated by a comma
|
||||||
bad-functions=filter,apply,input
|
bad-functions=apply,input
|
||||||
|
|
||||||
# Regular expression which should only match correct module names
|
# Regular expression which should only match correct module names
|
||||||
module-rgx=(([a-z_][a-z0-9_]*)|([A-Z][a-zA-Z0-9]+))$
|
module-rgx=(([a-z_][a-z0-9_]*)|([A-Z][a-zA-Z0-9]+))$
|
||||||
|
Loading…
Reference in New Issue
Block a user