We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2727f25 commit f10858bCopy full SHA for f10858b
1 file changed
docs/development/contributing.mdx
@@ -109,10 +109,10 @@ uv run prek run --all-files
109
110
This runs three critical tools:
111
- **Ruff**: Linting and formatting
112
-- **ty**: Static type checking
113
-- **Pytest**: Core test suite
+- **Prettier**: Code formatting
+- **ty**: Static type checking
114
115
-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.
116
117
### Testing
118
0 commit comments