home · contact · privacy
Move .mypy_cache into controlled venv dirs, to declutter targeted dirs. master
authorChristian Heller <c.heller@plomlompom.de>
Mon, 17 Mar 2025 07:54:30 +0000 (08:54 +0100)
committerChristian Heller <c.heller@plomlompom.de>
Mon, 17 Mar 2025 07:54:30 +0000 (08:54 +0100)
lintplom

index 9c369d20adce1f1185c1f359e4695eba8f216d2c..95df73ee96e3bad09e1b227e75ee7c80a34a273d 100755 (executable)
--- a/lintplom
+++ b/lintplom
@@ -71,6 +71,7 @@ if [ ! -z "${DIR_REQS}" ]; then
 fi
 
 # run actual tests
 fi
 
 # run actual tests
+export MYPY_CACHE_DIR="${DIR_VENV}/.mypy_cache"
 set +e
 for LINTER in flake8 pylint mypy; do
     echo "\n=====[ ${LINTER} results ]=====\n"
 set +e
 for LINTER in flake8 pylint mypy; do
     echo "\n=====[ ${LINTER} results ]=====\n"