Contributing¶
Setup¶
Clone the repository and install development dependencies:
git clone https://github.com/developmentseed/lazymerge.git
cd lazymerge
uv sync --group dev --group docs
Running tests¶
Linting and type checking¶
Or run everything through pre-commit:
Building docs¶
This starts a local dev server at http://127.0.0.1:8000/.
Pre-commit hooks¶
Install the hooks so they run automatically on commit: