From 4aaa073603fd81c2a8bbdff958d1d8755fd7b105 Mon Sep 17 00:00:00 2001 From: deadc0de6 Date: Mon, 8 Jan 2024 22:55:33 +0100 Subject: [PATCH] mypy --- .mypy.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.mypy.ini b/.mypy.ini index 424e71f..20e0ae3 100644 --- a/.mypy.ini +++ b/.mypy.ini @@ -1,3 +1,3 @@ [mypy] strict = true -disable_error_code = import-untyped \ No newline at end of file +disable_error_code = import-untyped,import-not-found \ No newline at end of file