Skip to content

Commit 27225f7

Browse files
committed
Add note about precommit hooks
1 parent 0efb916 commit 27225f7

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

CLAUDE.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,12 @@ make docs-build # Build documentation
2121
make docs-serve # Serve docs locally
2222
```
2323

24+
Pre-commit hooks are also configured, which you should
25+
run before you commit:
26+
```bash
27+
uv run pre-commit run --all-files
28+
```
29+
2430
## Important Architectural Patterns
2531

2632
### Async/Sync Dual Interfaces

0 commit comments

Comments
 (0)