Skip to content

Commit

Permalink
Update pylint.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
bmos authored Dec 13, 2023
1 parent 1c9a66c commit f97a663
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pylint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,6 @@ jobs:
python3 -m pip install --upgrade pip
pip3 install pylint
if [ -f requirements.txt ]; then pip3 install -r requirements.txt; fi
- name: Analysing the code with ruff
- name: Analysing the code with pylint
run: |
pylint $(git ls-files '*.py') --max-line-length=160

0 comments on commit f97a663

Please sign in to comment.