We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d001982 commit aa99bddCopy full SHA for aa99bdd
tools/mypy.sh
@@ -32,7 +32,7 @@ fi
32
33
run_mypy() {
34
echo "Running mypy on $1"
35
- mypy -J 4 --check-untyped-defs --follow-imports skip --python-version "${PYTHON_VERSION}" "$@"
+ mypy --check-untyped-defs --follow-imports skip --python-version "${PYTHON_VERSION}" "$@"
36
}
37
38
run_mypy vllm_ascend
0 commit comments