Skip to content

Commit

Permalink
also run format --check
Browse files Browse the repository at this point in the history
  • Loading branch information
aviau committed Aug 19, 2024
1 parent 6037bab commit dc48619
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ format: venv-tools
.PHONY: format-check
format-check: venv-tools
venv-tools/bin/ruff check
venv-tools/bin/ruff format --check

.PHONY: lint
lint: mypy format-check
Expand Down
1 change: 1 addition & 0 deletions tests/test_api_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,7 @@ def test_get_path_only() -> None:
client.get("/hello/test")
assert mocker.last_request.url == "https://api.flare.io/hello/test"


def test_scroll() -> None:
api_client = _get_test_client()

Expand Down

0 comments on commit dc48619

Please sign in to comment.