Skip to content

Commit

Permalink
switch to ruff 0.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ilius committed Jul 18, 2024
1 parent 2968431 commit c4ece38
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ruff.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,10 @@ jobs:
ls -l
- name: Download ruff
run: |
wget -c https://github.com/astral-sh/ruff/releases/download/v0.3.7/ruff-0.3.7-x86_64-unknown-linux-gnu.tar.gz
wget -c https://github.com/astral-sh/ruff/releases/download/0.5.2/ruff-x86_64-unknown-linux-gnu.tar.gz
tar -xzf ruff-*.tar.gz
mv ruff-x86_64-unknown-linux-gnu/ruff .
ls -l ruff
chmod a+x ruff
- name: Run ruff
run: ./ruff .
run: ./ruff check

0 comments on commit c4ece38

Please sign in to comment.