Skip to content
This repository has been archived by the owner on Sep 2, 2024. It is now read-only.

Commit

Permalink
Update ruff invocation due to deprecation
Browse files Browse the repository at this point in the history
  • Loading branch information
rtuck99 committed Jul 2, 2024
1 parent 5503888 commit fd2c964
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/code.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
run: pip install ruff

- name: Run ruff
run: ruff .
run: ruff check .

tests:
if: github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name != github.repository
Expand Down

0 comments on commit fd2c964

Please sign in to comment.