Skip to content

Commit

Permalink
ruff check
Browse files Browse the repository at this point in the history
  • Loading branch information
domoritz committed Jul 1, 2024
1 parent 42d040e commit 98423ec
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 @@ -14,7 +14,7 @@ cover:
lint:
@echo "==> 👕 Linting"
@poetry run ruff format draco jupyterlite pyodide docs
@poetry run ruff .
@poetry run ruff check .

.PHONY: typecheck
typecheck:
Expand Down

0 comments on commit 98423ec

Please sign in to comment.