From 5ebac1bea58568e2114d7e77a248560b6f351d77 Mon Sep 17 00:00:00 2001 From: Christian Luu <35637788+christianvluu@users.noreply.github.com> Date: Sun, 19 Nov 2023 02:06:11 -0500 Subject: [PATCH] Update .pylintrc --- .github/workflows/.pylintrc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/.pylintrc b/.github/workflows/.pylintrc index c7d2844e..05decfd0 100644 --- a/.github/workflows/.pylintrc +++ b/.github/workflows/.pylintrc @@ -1,7 +1,6 @@ [MESSAGES CONTROL] -disable= - all +disable=all enable= bad-indentation,