Skip to content

Commit

Permalink
Merge pull request #5 from nathandines/ruff-output-format
Browse files Browse the repository at this point in the history
ruff output format for github
  • Loading branch information
nathandines authored Jan 27, 2024
2 parents e5fc6d2 + 8636096 commit 7543b74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ jobs:
- run: pip install poetry
- run: poetry install
- run: poetry run mypy .
- run: poetry run ruff check .
- run: poetry run ruff check --output-format=github .
- run: poetry run ruff format --check .
- run: poetry run pytest -v

0 comments on commit 7543b74

Please sign in to comment.