Skip to content

Commit

Permalink
fix: run pre-commit by rye
Browse files Browse the repository at this point in the history
  • Loading branch information
Szymon Szyszkowski committed Aug 13, 2024
1 parent 10584a5 commit 7fbd06c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ jobs:
- name: Sync dependencies
run: rye sync
- name: Run checks
run: pre-commit run --all-files
run: rye run pre-commit run --all-files

0 comments on commit 7fbd06c

Please sign in to comment.