Install pixi
: see pixi docs
Run the tests:
pixi run postinstall
pixi run test
Type check:
pixi run mypy mkdocs_marimo
Serve the documentation:
pixi run docs
Lint and format:
pixi run -e lint ruff format
Install pixi
: see pixi docs
Run the tests:
pixi run postinstall
pixi run test
Type check:
pixi run mypy mkdocs_marimo
Serve the documentation:
pixi run docs
Lint and format:
pixi run -e lint ruff format