We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
stubtest
1 parent c85d5e7 commit 617c0baCopy full SHA for 617c0ba
scripts/stubtest.sh
@@ -6,6 +6,9 @@ set -e
6
7
export MYPYPATH='.'
8
9
+# Cleaning existing cache:
10
+rm -rf .mypy_cache
11
+
12
# TODO: remove `--ignore-positional-only` when ready
13
stubtest rest_framework \
14
--mypy-config-file mypy.ini \
0 commit comments