From a0e62760f90866c60920ccc15e994eb3b8996ab6 Mon Sep 17 00:00:00 2001 From: Colin Powell Date: Thu, 2 Apr 2020 23:15:11 -0400 Subject: [PATCH] [pylint] Ignore indentations that black is cool with --- python/.pylintrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/.pylintrc b/python/.pylintrc index a13f238..dc10232 100644 --- a/python/.pylintrc +++ b/python/.pylintrc @@ -1,3 +1,3 @@ [MESSAGES CONTROL] -disable=E0202,E1101,E0401,C0111,C0103 +disable=E0202,E1101,E0401,C0111,C0103,C0330 max-line-length=120