From d68762da668444dfcbafea15201801bd0915e8a3 Mon Sep 17 00:00:00 2001 From: Beto Date: Thu, 28 Dec 2023 13:16:22 +0100 Subject: [PATCH] Update pylint.yml --- .github/workflows/pylint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pylint.yml b/.github/workflows/pylint.yml index d0329b0..0c27610 100644 --- a/.github/workflows/pylint.yml +++ b/.github/workflows/pylint.yml @@ -35,7 +35,7 @@ jobs: black . - name: Analysing the code with pylint run: | - pylint $(git ls-files '*.py') --disable=E0401,C0301,C0116,C0114,C0115,W0622,R0903,W0718,R1722,R0912,R1705 + pylint $(git ls-files '*.py') --disable=E0401,C0301,C0116,C0114,C0115,W0622,R0903,W0718,R1722,R0912,R1705,C0103,W0603 - name: Check for changes id: changes run: |