From 3d383ef5b4faab5a08de0df05af2fc403276eddc Mon Sep 17 00:00:00 2001 From: Will McGugan Date: Thu, 5 Aug 2021 20:34:48 +0100 Subject: [PATCH] no cache --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 9fed1390..56977d2c 100644 --- a/Makefile +++ b/Makefile @@ -5,7 +5,7 @@ format-check: format: black . typecheck: - mypy -p rich --strict + mypy -p rich --strict --no-incremental typecheck-report: mypy -p rich --strict --html-report mypy_report .PHONY: docs