Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix prek tools list in contributing.mdx - include prettier, not pytest
  • Loading branch information
zzstoatzz committed Nov 1, 2025
commit f10858b085061077cd2d7b3ca8173d963ae76036
6 changes: 3 additions & 3 deletions docs/development/contributing.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -109,10 +109,10 @@ uv run prek run --all-files

This runs three critical tools:
- **Ruff**: Linting and formatting
- **ty**: Static type checking
- **Pytest**: Core test suite
- **Prettier**: Code formatting
- **ty**: Static type checking

CI will reject PRs that fail these checks. Always run them locally first.
Pytest runs separately as a distinct workflow step after prek checks pass. CI will reject PRs that fail these checks. Always run them locally first.

### Testing

Expand Down
Loading