add cache timeout for flakeheaven

See: https://github.com/flakeheaven/flakeheaven/issues/71
This commit is contained in:
Jonathan Wren 2022-10-30 15:07:05 -07:00
parent 56efc1283b
commit 59f0993b8a
No known key found for this signature in database

View file

@ -89,6 +89,7 @@ format.sequence = [
"black .",
]
lint.env = { FLAKEHEAVEN_CACHE_TIMEOUT = "0" }
lint.default_item_type = "cmd"
lint.sequence = [
"poetry --version",