Skip to content

Commit

Permalink
specify ruff version for CI
Browse files Browse the repository at this point in the history
  • Loading branch information
timudk committed Nov 14, 2024
1 parent cda68fb commit 050d00c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install ruff
pip install ruff==0.6.8
- name: Run Ruff
run: ruff check --output-format=github .

0 comments on commit 050d00c

Please sign in to comment.