Skip to content

Commit d1db451

Browse files
russellbMu Huai
authored and
Mu Huai
committed
[Docs] Add command for running mypy tests from CI (vllm-project#17475)
Signed-off-by: Russell Bryant <[email protected]> Signed-off-by: Mu Huai <[email protected]>
1 parent 8940d38 commit d1db451

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)