Skip to content

Commit c69fd3e

Browse files
russellbradeksm
authored andcommitted
[Docs] Add command for running mypy tests from CI (vllm-project#17475)
Signed-off-by: Russell Bryant <[email protected]>
1 parent 81a6a65 commit c69fd3e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/source/contributing/overview.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,10 @@ pre-commit install --hook-type pre-commit --hook-type commit-msg
4040
# You can manually run pre-commit with
4141
pre-commit run --all-files
4242

43+
# To manually run something from CI that does not run
44+
# locally by default, you can run:
45+
pre-commit run mypy-3.9 --hook-stage manual --all-files
46+
4347
# Unit tests
4448
pytest tests/
4549
```

0 commit comments

Comments
 (0)