# Development

## Code Quality

Format and lint with ruff:

```bash
uv run ruff format .
uv run ruff check --fix .
```

## Testing

Run tests with pytest:

```bash
uv run pytest
```
