Skip to content

Commit

Permalink
Pin ruff version to 0.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
egbertbouman committed Apr 3, 2024
1 parent a74b8a5 commit d883798
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 @@ -10,7 +10,7 @@ jobs:
with:
python-version: 3.8
- name: Install ruff
run: pip install ruff
run: pip install ruff==0.3.4
- name: Get changed Python files
id: changed-py-files
uses: tj-actions/changed-files@v42
Expand Down

0 comments on commit d883798

Please sign in to comment.