From a26c4f164dbf64869d15f06cabe3deedf1ec4068 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philipp=20H=C3=B6rist?= Date: Sat, 6 Oct 2018 23:06:22 +0200 Subject: [PATCH] Update .pylintrc --- pylintrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pylintrc b/pylintrc index 269f7fd18..4bb80d20e 100644 --- a/pylintrc +++ b/pylintrc @@ -94,7 +94,7 @@ max-nested-blocks=5 # List of additional names supposed to be defined in builtins. Remember that # you should avoid to define new builtins when possible. -additional-builtins=_ +additional-builtins= # Tells whether unused global variables should be treated as a violation. allow-global-unused-variables=yes