7 lines
77 B
Makefile
7 lines
77 B
Makefile
.PHONY: check
|
|
|
|
check:
|
|
uv run ruff check .
|
|
uv run ty check .
|
|
uv run pytest
|