Skip to content

Commit 617c0ba

Browse files
authored
Clean mypy cache on each run of stubtest (#562)
Same as was merged into django-stubs: * typeddjango/django-stubs#2015
1 parent c85d5e7 commit 617c0ba

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

scripts/stubtest.sh

+3
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 rest_framework \
1114
--mypy-config-file mypy.ini \

0 commit comments

Comments
 (0)