You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
uv run --group typing pyrefly coverage check src/narwhals --public-only
.PHONY: docs-serve
docs-serve: ## Build and serve the docs locally
uv run --group docs --extra dask --extra ibis utils/generate_backend_completeness.py
uv run --group docs utils/generate_zen_content.py
uv run --group docs zensical serve
.PHONY: docs-clean-serve
docs-clean-serve: ## Rebuild docs from a clean state and serve them locally
uv run --group docs zensical build --clean
$(MAKE) docs-serve
.PHONY: run-ci
run-ci: ## Print resolved deps, then run a command via uv. Usage: make run-ci DEPS="<groups/extras>" CMD="<command>" [RUN_ONLY="<uv-run-only flags, e.g. --isolated, --with X, --no-sync>"]