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 ...@@ -40,6 +40,10 @@ pre-commit install --hook-type pre-commit --hook-type commit-msg
# You can manually run pre-commit with # You can manually run pre-commit with
pre-commit run --all-files 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 # Unit tests
pytest 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