From 02fa9ead8f42683e68b7afa067a760b092cd6a83 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 9c422feb..5e737fc0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -79,6 +79,7 @@ entry_title_template = '{{ version }} ({{ date.strftime("%Y-%m-%d") }})' [tool.mypy] strict = true +sqlite_cache = true # additional settings (not part of strict=true) warn_unreachable = true