Skip to content

Commit

Permalink
Update and pin ruff in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
konstin authored Feb 1, 2024
1 parent 82aa5d4 commit 6f741b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
components: clippy, rustfmt
- uses: Swatinem/rust-cache@v2
- name: Ruff
run: pipx run ruff check --format github .
run: pipx run ruff<0.2.0 check --output-format github .
- name: black
run: pipx run black --check .
- name: Rustfmt
Expand Down

0 comments on commit 6f741b7

Please sign in to comment.