Skip to content

Commit

Permalink
fix ruff
Browse files Browse the repository at this point in the history
  • Loading branch information
xoolive committed Jul 3, 2024
1 parent ccbe95a commit ba9e264
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ jobs:
- name: Style checking
run: |
poetry run ruff src tests
poetry run ruff check src tests
poetry run ruff format --check src tests
- name: Type checking
Expand Down

0 comments on commit ba9e264

Please sign in to comment.