Skip to content

Commit

Permalink
Force ruff version for consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
ab-smith committed Jan 9, 2025
1 parent 4f93c94 commit f7d3f13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/backend-linters.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- name: Install ruff
working-directory: ${{env.working-directory}}
run: |
python -m pip install ruff
python -m pip install ruff==0.9.0
- name: Run ruff format check
working-directory: ${{env.working-directory}}
run: ruff format --check .
Expand Down

0 comments on commit f7d3f13

Please sign in to comment.