Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 312 Bytes

CONTRIBUTING.md

File metadata and controls

30 lines (20 loc) · 312 Bytes

Contributing

Development

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