Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ feature is aligned with the project's goals and that there is no duplication of

## Setup

### Development Environment

[uv](https://github.com/astral-sh/uv) is required to install the development
environment. You can install it using the instructions here:

Expand All @@ -22,6 +24,15 @@ Then with the current working directory set to the project root, run:
uv sync
```

### Pre-commit Hooks

This project uses the `pre-commit` framework to manage Git hooks. To install the hooks,
run:

```shell
uv run pre-commit install
```

## Testing

### Running the Test Suite
Expand Down