Thanks for your interest in improving Lakehouse.
git clone https://github.com/MiguelElGallo/lakehouse.git
cd lakehouse
uv sync --group devuv run ruff check src/ tests/
uv run ruff format --check src/ tests/
uv run ty check src/lakehouse/
uv run pytest- Follow existing style and structure in
src/lakehouse/. - Add tests for behavior changes and bug fixes.
- Keep changes focused; avoid unrelated refactors.
- Update docs when behavior, config, or deployment steps change.
- Use clear, descriptive commit messages.
- In your PR description, include:
- what changed
- why it changed
- how it was tested
- Link related issues where relevant.
This software is experimental, no commitment to fix security vulnerabilities.