Skip to content

Commit f10858b

Browse files
committed
fix prek tools list in contributing.mdx - include prettier, not pytest
1 parent 2727f25 commit f10858b

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

docs/development/contributing.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -109,10 +109,10 @@ uv run prek run --all-files
109109

110110
This runs three critical tools:
111111
- **Ruff**: Linting and formatting
112-
- **ty**: Static type checking
113-
- **Pytest**: Core test suite
112+
- **Prettier**: Code formatting
113+
- **ty**: Static type checking
114114

115-
CI will reject PRs that fail these checks. Always run them locally first.
115+
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.
116116

117117
### Testing
118118

0 commit comments

Comments
 (0)