Skip to content
Merged

Mypy #154

Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,4 @@ 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
Comment thread
daniel-montanari marked this conversation as resolved.
Outdated
# this also stops weirdness around sharing cache with other instances of mypy
commands = mypy --no-incremental --config-file=mypy.ini
commands = mypy --cache-dir="{envdir}/mypy_cache" --config-file=mypy.ini