From 81cff3dc2d3733f764474226c0ee5eab1cb214f6 Mon Sep 17 00:00:00 2001 From: philippmwirth Date: Thu, 7 Sep 2023 11:42:08 +0000 Subject: [PATCH] Clean up --- Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 914f92119..bb8743954 100644 --- a/Makefile +++ b/Makefile @@ -64,9 +64,8 @@ test-fast: pytest tests ## check typing -# TODO(Philipp, 09/23): Check benchmarks and examples once lightly is typed. type-check: - mypy lightly + mypy lightly tests # run format checks and tests static-checks: format-check type-check