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

@ -16,6 +16,5 @@ jobs:
run: |
python3 -m pip install --upgrade pip
pip install pylint
pip install pylint-fail-under
- name: Analysing the code with pylint
run: find . -type f -name "*.py" | xargs pylint