Skip to content

Commit 3803a02

Browse files
committed
fixup! use uv for tests, run mypy
1 parent cf9a00f commit 3803a02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ test:
1010
# Run linters
1111
.PHONY: lint
1212
lint:
13-
pre-commit run -a
13+
uv run pre-commit run -a
1414
uv run mypy
1515

1616
# Build the distribution (sdist and wheel).

0 commit comments

Comments
 (0)