We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd47f23 commit e3b25d6Copy full SHA for e3b25d6
CLAUDE.md
@@ -6,7 +6,6 @@ This file provides guidance to Claude Code (claude.ai/code) when working with co
6
7
```bash
8
uv sync # Install/sync dependencies
9
-uv run invoke precommit-install # Set up pre-commit hooks (once, after initial sync)
10
uv add <dep> # Add dependency (--dev for dev deps)
11
uv run invoke cc # Run code checks (auto-fixes formatting, mypy errors need manual fix)
12
uv run invoke test # Run all tests
0 commit comments