From e0229a771c424835067e3a75850a2fc92fbafb80 Mon Sep 17 00:00:00 2001 From: Fred <58219072+FredNoonienSingh@users.noreply.github.com> Date: Sat, 11 Jan 2025 19:43:31 +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 3d362fd..5a283ff 100644 --- a/.github/workflows/pylint.yml +++ b/.github/workflows/pylint.yml @@ -20,4 +20,4 @@ jobs: pip install pylint - name: Analysing the code with pylint run: | - pylint $(git ls-files '*.py') --fail-under 2 + pylint $(git ls-files '*.py') --fail-under 4