Skip to content

Commit

Permalink
ci: fix format -> output-format
Browse files Browse the repository at this point in the history
  • Loading branch information
gauteh committed Oct 24, 2023
1 parent 85f5151 commit 7dc40b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
# E501 Line too long
# E741 Ambiguous variable name: `l`
# F403 `from .gmailieer import *` used; unable to detect undefined names
ruff --ignore=E501,E741,F403 --format=github --target-version=py39 .
ruff --ignore=E501,E741,F403 --output-format=github --target-version=py39 .
- name: Test with pytest
run: |
pytest -v tests

0 comments on commit 7dc40b9

Please sign in to comment.