From 3f2f1ff323a3fe1a2e58735989999417dee756ab Mon Sep 17 00:00:00 2001 From: "Nicolas. S" Date: Sat, 25 Mar 2023 22:31:24 +0100 Subject: [PATCH] =?UTF-8?q?Mise=20=C3=A0=20jour=20de=20'pylint.yml'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pylint.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pylint.yml b/pylint.yml index 3bed875..afa4576 100644 --- a/pylint.yml +++ b/pylint.yml @@ -15,7 +15,6 @@ jobs: - name: Install dependencies run: | python3 -m pip install --upgrade pip - pip install pylint - pip install pylint-fail-under + pip install pylint - name: Analysing the code with pylint run: find . -type f -name "*.py" | xargs pylint