We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c07908 commit 61fb34fCopy full SHA for 61fb34f
Makefile
@@ -64,7 +64,7 @@ check:
64
docformatter --check $(DOCFORMATTER_OPTIONS) $(DOCFORMATTER_FILES)
65
black --check $(BLACK_FILES)
66
blackdoc --check $(BLACKDOC_OPTIONS) $(BLACK_FILES)
67
- flakeheaven lint $(FLAKEHEAVEN_FILES)
+ FLAKEHEAVEN_CACHE_TIMEOUT=0 flakeheaven lint $(FLAKEHEAVEN_FILES)
68
69
lint:
70
pylint $(LINT_FILES)
0 commit comments