mud/justfile

20 lines
270 B
Makefile

lint:
uv run ruff check --fix .
uv run ruff format .
typecheck:
uvx ty check
test:
uv run pytest
check: lint typecheck test
run:
uv run python -m mudlib
debug:
uv run python -m mudlib --debug
render:
uv run python scripts/render_map.py