Skip to content

Commit 27322c8

Browse files
authored
Clean the cache on each run (#2015)
This should solve the issue in #2012
1 parent f92821a commit 27322c8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

scripts/stubtest.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ set -e
66

77
export MYPYPATH='.'
88

9+
# Cleaning existing cache:
10+
rm -rf .mypy_cache
11+
912
# TODO: remove `--ignore-positional-only` when ready
1013
stubtest django \
1114
--mypy-config-file mypy.ini \

0 commit comments

Comments
 (0)