From 0ecb5985994a8dbc6da85933b088c6a661150dd6 Mon Sep 17 00:00:00 2001 From: Alex Date: Mon, 30 Sep 2024 23:18:36 +0200 Subject: [PATCH] added lib.mpsk_clients pyproject.toml imported the pycroft.lib.mpsk_client to strict typechecking --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 09247d653..40e99d334 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -174,6 +174,7 @@ module = [ "pycroft.lib.mail", "pycroft.lib.user", "pycroft.lib.user.*", + "pycroft.lib.mpsk_client" ] strict_optional = true