From f7e0bb6183adb9c966126f4e9eb13f9740d3ec71 Mon Sep 17 00:00:00 2001 From: matejcik Date: Tue, 7 May 2019 16:21:14 +0200 Subject: [PATCH] style: improve pylint exclusions --- core/.pylintrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/.pylintrc b/core/.pylintrc index 38c74ebde..365cf3394 100644 --- a/core/.pylintrc +++ b/core/.pylintrc @@ -2,4 +2,4 @@ init-hook='sys.path.append("mocks"); [MESSAGES CONTROL] -disable=C0111,C0103,C0413,W0603,W0703 \ No newline at end of file +disable=C0111,C0103,C0413,W0603,W0703,R,bad-continuation