Contributing¶
- Run
pre-commit run --all-filesbefore pushing. - Build docs:
make docs(ormake docs-serve). - Tests:
make test. - Lint/format:
make lint(ruff + ty). - Native extension: built from
gakido/core.casgakido_coreviauv pip install -e ..
pre-commit run --all-files before pushing.make docs (or make docs-serve).make test.make lint (ruff + ty).gakido/core.c as gakido_core via uv pip install -e ..