Skip to content

Commit d001982

Browse files
committed
fix
Signed-off-by: wangli <[email protected]>
1 parent bb7d65d commit d001982

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tools/mypy.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ fi
3232

3333
run_mypy() {
3434
echo "Running mypy on $1"
35-
mypy --check-untyped-defs --follow-imports skip --python-version "${PYTHON_VERSION}" "$@"
35+
mypy -J 4 --check-untyped-defs --follow-imports skip --python-version "${PYTHON_VERSION}" "$@"
3636
}
3737

3838
run_mypy vllm_ascend

tools/shellcheck.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,4 +50,4 @@ while IFS= read -r -d '' file; do
5050
done < <(find . \
5151
-path ./.git -prune -o \
5252
-path ./vllm-empty -prune -o \
53-
-name "*.sh" -print0)
53+
-name "*.sh" -print0)

0 commit comments

Comments
 (0)