From eadcadb14ac4e91d5d7758cc3dda8f1d52d648e1 Mon Sep 17 00:00:00 2001
From: Joscha Schmiedt <joscha@schmiedt.dev>
Date: Fri, 5 Apr 2024 22:28:00 +0200
Subject: [PATCH] Add mypy to Makefile

---
 Makefile | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/Makefile b/Makefile
index d81534b..616341d 100644
--- a/Makefile
+++ b/Makefile
@@ -51,3 +51,7 @@ autopep8:
 
 # Meta target to call the other targets.
 all: autopep8 test
+
+
+mypy: 
+	mypy tests
\ No newline at end of file
-- 
GitLab