diff options
author | Marc Mueller <30130371+cdce8p@users.noreply.github.com> | 2021-04-01 17:45:42 +0200 |
---|---|---|
committer | Pierre Sassoulas <pierre.sassoulas@gmail.com> | 2021-04-03 09:47:03 +0200 |
commit | cab9b08737ed7aad2a08ce90718c67155fa5c4a0 (patch) | |
tree | 250f7b5bbdc0840b831283e5c6c29963bd291b38 /pylintrc | |
parent | b916b370e6c189ff622b6f146e5cf7dd26ec455d (diff) | |
download | pylint-git-cab9b08737ed7aad2a08ce90718c67155fa5c4a0.tar.gz |
Remove filter from list of bad functions
Diffstat (limited to 'pylintrc')
-rw-r--r-- | pylintrc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |