Skip to content

Commit 3f7f726

Browse files
committed
fix shellcheck
1 parent 465438a commit 3f7f726

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

ci/scripts/python_test_type_annotations.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ pyarrow_dir=${1}
2222

2323
if [ "${PYARROW_TEST_ANNOTATIONS}" == "ON" ]; then
2424
if [ -n "${ARROW_PYTHON_VENV:-}" ]; then
25+
# shellcheck source=/dev/null
2526
. "${ARROW_PYTHON_VENV}/bin/activate"
2627
fi
2728

@@ -32,7 +33,7 @@ if [ "${PYARROW_TEST_ANNOTATIONS}" == "ON" ]; then
3233
pip install mypy pyright ty
3334

3435
# Run type checkers
35-
pushd ${pyarrow_dir}
36+
pushd "${pyarrow_dir}"
3637
mypy
3738
pyright
3839
ty check

0 commit comments

Comments
 (0)