Update pylint.yml

This commit is contained in:
2024-06-27 10:50:12 +02:00
committed by GitHub
parent 33a195a204
commit 8b3f1b362f

View File

@@ -17,7 +17,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install pylint
pip install pylint numpy tqdm
- name: Analysing the code with pylint
run: |
pylint $(git ls-files '*.py')