mirror of
https://github.com/PrefectHQ/fastmcp.git
synced 2026-08-09 15:19:10 +02:00
9 lines
No EOL
136 B
Makefile
9 lines
No EOL
136 B
Makefile
build:
|
|
uv sync
|
|
|
|
test: build
|
|
uv run --frozen pytest -xvs tests
|
|
|
|
# Run pyright on all files
|
|
typecheck:
|
|
uv run --frozen pyright
|