Skip to content

Commit

Permalink
chore: remove formatting step with Ruff
Browse files Browse the repository at this point in the history
  • Loading branch information
hackerman70000 committed Dec 29, 2024
1 parent 052b886 commit 6981573
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,6 @@ jobs:
pip install uv
cd backend
uv sync
- name: Format with Ruff
run: |
uv run ruff format
- name: Test with pytest
run: |
uv run pytest --cov

0 comments on commit 6981573

Please sign in to comment.