Skip to content

Commit 682005e

Browse files
rustyconoverclaude
andcommitted
Update CLAUDE.md: always reformat before pushing
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 73d1dd9 commit 682005e

1 file changed

Lines changed: 6 additions & 5 deletions

File tree

CLAUDE.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -40,12 +40,13 @@ Verify "ty" type checking too.
4040

4141
The full process before committing code is
4242

43-
1. Run mypy and resolve all errors
44-
2. Run ty and resolve all errors
45-
3. Run pytest for all tests
46-
4. Run ruff format on all files
43+
1. Run `uv run ruff format .` on all files
44+
2. Run `uv run ruff check .` and resolve all errors
45+
3. Run `uv run mypy vgi_rpc/` and resolve all errors
46+
4. Run `uv run ty check vgi_rpc/` and resolve all errors
47+
5. Run `uv run pytest` for all tests
4748

48-
Then you can commit.
49+
**Always reformat before pushing.** CI runs lint before tests — unformatted code fails the pipeline immediately and wastes time.
4950

5051
## Architecture
5152

0 commit comments

Comments
 (0)