pylint: allow filter builtin

This commit is contained in:
Marek Marczykowski-Górecki 2017-05-12 14:21:59 +02:00
parent ca51e8a02a
commit 29e21d1fc0
No known key found for this signature in database
GPG Key ID: 063938BA42CFA724

View File

@ -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]+))$