From a49634b7c9520917239b13c575459e36535b3cf9 Mon Sep 17 00:00:00 2001
From: Daniel <d.hornung@indiscale.com>
Date: Fri, 3 May 2024 16:58:00 +0200
Subject: [PATCH] WIP: Linting

---
 setup.cfg | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/setup.cfg b/setup.cfg
index 78d8dff2..b7f1a739 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -7,5 +7,5 @@ ignore=E501,E121,E123,E126,E226,E24,E704,W503,W504
 [mypy]
 ignore_missing_imports = True
 
-[mypy-linkahead.*]
-check_untyped_defs = True
\ No newline at end of file
+# [mypy-linkahead.*]
+# check_untyped_defs = True
\ No newline at end of file
-- 
GitLab