"examples/vscode:/vscode.git/clone" did not exist on "b69692a2d8804ee87efc43425e16f7f323a2f0a9"
Unverified Commit 39317cf4 authored by Russell Bryant's avatar Russell Bryant Committed by GitHub
Browse files

[Docs] Add command for running mypy tests from CI (#17475)


Signed-off-by: default avatarRussell Bryant <rbryant@redhat.com>
parent 2990cee9
......@@ -40,6 +40,10 @@ pre-commit install --hook-type pre-commit --hook-type commit-msg
# You can manually run pre-commit with
pre-commit run --all-files
# To manually run something from CI that does not run
# locally by default, you can run:
pre-commit run mypy-3.9 --hook-stage manual --all-files
# Unit tests
pytest tests/
```
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment