Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenDAS
vllm_cscc
Commits
39317cf4
Unverified
Commit
39317cf4
authored
Apr 30, 2025
by
Russell Bryant
Committed by
GitHub
Apr 30, 2025
Browse files
[Docs] Add command for running mypy tests from CI (#17475)
Signed-off-by:
Russell Bryant
<
rbryant@redhat.com
>
parent
2990cee9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
docs/source/contributing/overview.md
docs/source/contributing/overview.md
+4
-0
No files found.
docs/source/contributing/overview.md
View file @
39317cf4
...
@@ -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/
```
```
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment