diff --git a/pylib/tests/run_mypy.py b/pylib/tests/run_mypy.py index ac4d60f7e..0ae77db7c 100644 --- a/pylib/tests/run_mypy.py +++ b/pylib/tests/run_mypy.py @@ -24,7 +24,7 @@ if __name__ == "__main__": "--config-file", ini, "--cache-dir", - Path(tempfile.gettempdir()) / ".mypy-anki-qt", + Path(tempfile.gettempdir()) / ".mypy-anki-pylib", "--sqlite-cache", "--python-executable", extendsitepkgs,