From 753f78bb1284352240dbfd1e9b73a90a1b0f9d78 Mon Sep 17 00:00:00 2001 From: Kurt McKee Date: Mon, 28 Oct 2024 09:54:53 -0500 Subject: [PATCH] Configure mypy to use a sqlite cache --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 641f88f4..b2bbe0e1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -169,6 +169,7 @@ known_first_party = ["tests", "globus_sdk"] [tool.mypy] strict = true +sqlite_cache = true warn_unreachable = true warn_no_return = true