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 781d9ea commit 57e83f0Copy full SHA for 57e83f0
tools/lint-package.sh
@@ -6,6 +6,9 @@ REPO_ROOT=$(git rev-parse --show-toplevel)
6
# Force the uv cache directory to be located in the repository root
7
# to avoid permission issues within CI/CD environments.
8
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"
12
13
pushd "${REPO_ROOT}" 2>&1 > /dev/null
14
0 commit comments