Skip to content

Commit

Permalink
Fix lint workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
albireox committed Jul 18, 2024
1 parent 1b61fb7 commit 6ead2b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,5 @@ jobs:
- name: Lint with ruff
run: |
pip install ruff
ruff src/too tests/
ruff check src/too tests/
ruff format --check src/too tests/

0 comments on commit 6ead2b1

Please sign in to comment.