Skip to content

Commit

Permalink
=cache comment
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-montanari committed May 22, 2023
1 parent b8441e0 commit b4901c3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,5 @@ markers =
basepython = python3
deps = mypy==1.3
# mypy gives different results if you actually install the stuff before you check it
# don't cache anything, will be slower, but each run should be clean
# this also stops weirdness around sharing cache with other instances of mypy
# separate cache to stop weirdness around sharing cache with other instances of mypy
commands = mypy --cache-dir="{envdir}/mypy_cache" --config-file=mypy.ini

0 comments on commit b4901c3

Please sign in to comment.