Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 365 Bytes

File metadata and controls

22 lines (14 loc) · 365 Bytes

Contributing

Prerequisites

Install Go, uv and make.

Pre-commit hooks

Run the hooks against all files before submitting changes:

uvx pre-commit run --all-files

Install the Git hook so checks run automatically:

uvx pre-commit install