home
·
contact
·
privacy
projects
/
lintplom
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
90663c1
)
Move .mypy_cache into controlled venv dirs, to declutter targeted dirs.
master
author
Christian Heller
<c.heller@plomlompom.de>
Mon, 17 Mar 2025 07:54:30 +0000
(08:54 +0100)
committer
Christian Heller
<c.heller@plomlompom.de>
Mon, 17 Mar 2025 07:54:30 +0000
(08:54 +0100)
lintplom
patch
|
blob
|
history
diff --git
a/lintplom
b/lintplom
index 9c369d20adce1f1185c1f359e4695eba8f216d2c..95df73ee96e3bad09e1b227e75ee7c80a34a273d 100755
(executable)
--- a/
lintplom
+++ b/
lintplom
@@
-71,6
+71,7
@@
if [ ! -z "${DIR_REQS}" ]; then
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"