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 bb7d65d commit d001982Copy full SHA for d001982
tools/mypy.sh
@@ -32,7 +32,7 @@ fi
32
33
run_mypy() {
34
echo "Running mypy on $1"
35
- mypy --check-untyped-defs --follow-imports skip --python-version "${PYTHON_VERSION}" "$@"
+ mypy -J 4 --check-untyped-defs --follow-imports skip --python-version "${PYTHON_VERSION}" "$@"
36
}
37
38
run_mypy vllm_ascend
tools/shellcheck.sh
@@ -50,4 +50,4 @@ while IFS= read -r -d '' file; do
50
done < <(find . \
51
-path ./.git -prune -o \
52
-path ./vllm-empty -prune -o \
53
- -name "*.sh" -print0)
+ -name "*.sh" -print0)
0 commit comments