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