We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 83c6d5c commit 29a5324Copy full SHA for 29a5324
CLAUDE.md
@@ -24,7 +24,10 @@ uv run mypy codeflash/ # Type check
24
uv run ruff check codeflash/ # Lint
25
uv run ruff format codeflash/ # Format
26
27
-# Linting (run before committing)
+# Linting (run before committing, checks staged files)
28
+uv run prek run
29
+
30
+# Linting in CI (checks all files changed since main)
31
uv run prek run --from-ref origin/main
32
33
# Mypy type checking (run on changed files before committing)
0 commit comments