From e70687c33f6985ce98aaa8f41c884b79d74ab1e6 Mon Sep 17 00:00:00 2001
From: Joscha Schmiedt <joscha@schmiedt.dev>
Date: Fri, 29 Mar 2024 21:30:34 +0100
Subject: [PATCH] Restrict mypy check to common and unittests

---
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index eb767dd4..21ea40ac 100644
--- a/Makefile
+++ b/Makefile
@@ -44,7 +44,7 @@ lint:
 .PHONY: lint
 
 mypy:
-	mypy src/linkahead
+	mypy src/linkahead/common unittests
 .PHONY: mypy
 
 unittest:
-- 
GitLab