From c33bfa3bf291f8b00dc7824c074c2852da7cb591 Mon Sep 17 00:00:00 2001 From: Krzysztof Domino Date: Mon, 9 Oct 2023 12:59:42 +0200 Subject: [PATCH] rise pylint threshold --- .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 485d2b9..e309f86 100644 --- a/.github/workflows/pylint.yml +++ b/.github/workflows/pylint.yml @@ -20,4 +20,4 @@ jobs: pip install -r requirements.txt - name: Analysing the code with pylint run: | - pylint --fail-under=4.5 $(git ls-files '*.py') + pylint --fail-under=8.0 $(git ls-files '*.py')