Skip to content

Commit

Permalink
ruff syntax update
Browse files Browse the repository at this point in the history
  • Loading branch information
cyface committed Mar 11, 2024
1 parent 6cff7cb commit 6c1d71b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
poetry install
- name: Test
run: |
poetry run ruff .
poetry run ruff check .
poetry run coverage run manage.py test
poetry run coverage xml
- name: codecov-umbrella
Expand Down

0 comments on commit 6c1d71b

Please sign in to comment.