Skip to content

Commit

Permalink
ruff output format for github
Browse files Browse the repository at this point in the history
  • Loading branch information
nathandines committed Jan 27, 2024
1 parent e5fc6d2 commit 8636096
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 8636096

Please sign in to comment.