Mise à jour de 'pylint.yml'

This commit is contained in:
d3vyce 2023-03-25 22:31:24 +01:00
parent 96e13b9cd6
commit 3f2f1ff323

View File

@ -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