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 41ba07d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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
2 changes: 1 addition & 1 deletion tests/stubs/calibre.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
from dataclasses import dataclass, field
from typing import List, Optional, Union
from dataclasses import dataclass, field


@dataclass

Check failure on line 5 in tests/stubs/calibre.py

View workflow job for this annotation

GitHub Actions / lint-and-test

Ruff (I001)

tests/stubs/calibre.py:1:1: I001 Import block is un-sorted or un-formatted
Expand Down

0 comments on commit 41ba07d

Please sign in to comment.