Skip to content

Commit

Permalink
update to ruff 0.6.4
Browse files Browse the repository at this point in the history
  • Loading branch information
ilius committed Sep 8, 2024
1 parent 65fa1ec commit 2a26d88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ruff.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
ls -l
- name: Download ruff
run: |
wget -c https://github.com/astral-sh/ruff/releases/download/0.5.2/ruff-x86_64-unknown-linux-gnu.tar.gz
wget -c https://github.com/astral-sh/ruff/releases/download/0.6.4/ruff-x86_64-unknown-linux-gnu.tar.gz
tar -xzf ruff-*.tar.gz
mv ruff-x86_64-unknown-linux-gnu/ruff .
ls -l ruff
Expand Down

0 comments on commit 2a26d88

Please sign in to comment.