Skip to content

Commit

Permalink
fix: fixed ruff linting in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Rishabh672003 committed Jul 1, 2024
1 parent 6e588dc commit 97fbc1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
run: pdm install
- name: Lint with ruff
run: |
ruff check .
pdm run ruff check .
- name: Test with pytest
run: |
pdm run pytest

0 comments on commit 97fbc1c

Please sign in to comment.