Skip to content

Commit 29a5324

Browse files
committed
docs: distinguish local vs CI prek commands in CLAUDE.md
1 parent 83c6d5c commit 29a5324

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

CLAUDE.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,10 @@ uv run mypy codeflash/ # Type check
2424
uv run ruff check codeflash/ # Lint
2525
uv run ruff format codeflash/ # Format
2626

27-
# Linting (run before committing)
27+
# Linting (run before committing, checks staged files)
28+
uv run prek run
29+
30+
# Linting in CI (checks all files changed since main)
2831
uv run prek run --from-ref origin/main
2932

3033
# Mypy type checking (run on changed files before committing)

0 commit comments

Comments
 (0)