Skip to content

Commit

Permalink
build: update ruff
Browse files Browse the repository at this point in the history
  • Loading branch information
makkus committed Feb 6, 2024
1 parent b89e644 commit 96e68a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-linux.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install ruff==0.0.257
pip install ruff>=0.1.8
# Include `--format=github` to enable automatic inline annotations.
- name: Run Ruff
run: ruff --format=github src/
Expand Down

0 comments on commit 96e68a4

Please sign in to comment.