Skip to content

Commit 09f956d

Browse files
docs: install pre-commit
Added instructions for installing pre-commit hooks.
1 parent 7f0a08d commit 09f956d

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

AGENTS.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@ uv add <package>
1919
## Development
2020

2121
```bash
22+
# Install pre-commit hooks.
23+
uv run pre-commit install
24+
2225
# Lint and type-check
2326
uv run ruff check .
2427
uv run mypy src/

0 commit comments

Comments
 (0)