Skip to content

Commit

Permalink
indent make command
Browse files Browse the repository at this point in the history
  • Loading branch information
rbavery committed Nov 1, 2024
1 parent fd1d536 commit 75dc561
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ lint: setup

.PHONY: check-lint
check-lint: lint
uv run --python $(ACTIVEPYTHON) ruff check --config=pyproject.toml ./
uv run --python $(ACTIVEPYTHON) ruff check --config=pyproject.toml ./

.PHONY: format-lint
format-lint: setup lint
Expand Down

0 comments on commit 75dc561

Please sign in to comment.