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