Skip to content

Commit

Permalink
Clean the cache on each run
Browse files Browse the repository at this point in the history
This should solve the issue in #2012
  • Loading branch information
sobolevn authored Mar 18, 2024
1 parent f92821a commit 303183c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions scripts/stubtest.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ set -e

export MYPYPATH='.'

# Cleaning existing cache:
rm -rf .mypy_cache

# TODO: remove `--ignore-positional-only` when ready
stubtest django \
--mypy-config-file mypy.ini \
Expand Down

0 comments on commit 303183c

Please sign in to comment.