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