Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions tools/lint-package.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ REPO_ROOT=$(git rev-parse --show-toplevel)
# Force the uv cache directory to be located in the repository root
# to avoid permission issues within CI/CD environments.
export UV_CACHE_DIR="${REPO_ROOT}/.uv_cache"
# Force the pylint cache directory to be located in the repository root
# to avoid permission issues within CI/CD environments.
export PYLINTHOME="${REPO_ROOT}/.pylint_cache"

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

Expand Down
Loading