fastmcp/justfile
zzstoatzz 988f3b52a5 dead branch
push code

push code

push
2025-04-13 18:27:16 -05:00

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