Kaynağa Gözat

pylint: allow filter builtin

Marek Marczykowski-Górecki 7 yıl önce
ebeveyn
işleme
29e21d1fc0
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1 1
      ci/pylintrc

+ 1 - 1
ci/pylintrc

@@ -44,7 +44,7 @@ generated-members=
 [BASIC]
 
 # 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
 module-rgx=(([a-z_][a-z0-9_]*)|([A-Z][a-zA-Z0-9]+))$