Skip to content

Commit 57e83f0

Browse files
committed
Move pylint cache to repo root
1 parent 781d9ea commit 57e83f0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tools/lint-package.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ REPO_ROOT=$(git rev-parse --show-toplevel)
66
# Force the uv cache directory to be located in the repository root
77
# to avoid permission issues within CI/CD environments.
88
export UV_CACHE_DIR="${REPO_ROOT}/.uv_cache"
9+
# Force the pylint cache directory to be located in the repository root
10+
# to avoid permission issues within CI/CD environments.
11+
export PYLINTHOME="${REPO_ROOT}/.pylint_cache"
912

1013
pushd "${REPO_ROOT}" 2>&1 > /dev/null
1114

0 commit comments

Comments
 (0)