Skip to content

Commit

Permalink
Update pylint.yml
Browse files Browse the repository at this point in the history
Use ruff instead
  • Loading branch information
AnthonyZhOon authored Dec 11, 2023
1 parent 07214ba commit a01b9ca
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pylint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install pylint
- name: Analysing the code with pylint
pip install ruff
- name: Analysing the code with ruff
run: |
pylint $(git ls-files '*.py')
ruff $(git ls-files '*.py')

0 comments on commit a01b9ca

Please sign in to comment.