From 59f0993b8a54853ea9230b1cd29a954da69537ee Mon Sep 17 00:00:00 2001 From: Jonathan Wren Date: Sun, 30 Oct 2022 15:07:05 -0700 Subject: [PATCH] add cache timeout for flakeheaven See: https://github.com/flakeheaven/flakeheaven/issues/71 --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 90d3ed9d..695a1ea7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -89,6 +89,7 @@ format.sequence = [ "black .", ] +lint.env = { FLAKEHEAVEN_CACHE_TIMEOUT = "0" } lint.default_item_type = "cmd" lint.sequence = [ "poetry --version",