Skip to content

Commit 61fb34f

Browse files
committed
Invalidate flakeheaven cache
Ref flakeheaven/flakeheaven#71
1 parent 7c07908 commit 61fb34f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ check:
6464
docformatter --check $(DOCFORMATTER_OPTIONS) $(DOCFORMATTER_FILES)
6565
black --check $(BLACK_FILES)
6666
blackdoc --check $(BLACKDOC_OPTIONS) $(BLACK_FILES)
67-
flakeheaven lint $(FLAKEHEAVEN_FILES)
67+
FLAKEHEAVEN_CACHE_TIMEOUT=0 flakeheaven lint $(FLAKEHEAVEN_FILES)
6868

6969
lint:
7070
pylint $(LINT_FILES)

0 commit comments

Comments
 (0)