Skip to content

Commit 1858212

Browse files
docs(github): update CONTRIBUTING.md
1 parent 6fd4b7b commit 1858212

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/CONTRIBUTING.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,12 @@ Format all files:
134134
uv run ruff format
135135
```
136136

137+
Run type checking:
138+
139+
```sh
140+
uv run mypy .
141+
```
142+
137143
## Run
138144

139145
Run the CLI:

0 commit comments

Comments
 (0)