Skip to content

Commit

Permalink
Remove filter from list of bad functions
Browse files Browse the repository at this point in the history
  • Loading branch information
cdce8p authored and Pierre-Sassoulas committed Apr 3, 2021
1 parent b916b37 commit cab9b08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pylintrc
Original file line number Diff line number Diff line change
Expand Up @@ -377,4 +377,4 @@ overgeneral-exceptions=Exception
[pylint.DEPRECATED_BUILTINS]

# List of builtins function names that should not be used, separated by a comma
bad-functions=map,filter,input
bad-functions=map,input

0 comments on commit cab9b08

Please sign in to comment.