Skip to content

Commit

Permalink
update python-app
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosmiei committed Oct 29, 2024
1 parent e1662ff commit 79b7375
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@ jobs:
run: pip install ruff
- name: Lint code with Ruff
run: ruff check --output-format=github --target-version=py39 .
continue-on-error: true # TODO: delete once ruff errors are fixed
continue-on-error: false # TODO: delete once ruff errors are fixed
- name: Check code formatting with Ruff
run: ruff format --check .
continue-on-error: true # TODO: delete once ruff errors are fixed
continue-on-error: false # TODO: delete once ruff errors are fixed

build:
needs: lint
Expand Down

0 comments on commit 79b7375

Please sign in to comment.