From c3ae1a3049343024c3bebebd6bd422c0ff81966a Mon Sep 17 00:00:00 2001 From: RumovZ Date: Tue, 2 Feb 2021 09:40:05 +0100 Subject: [PATCH] Disallow untyped defs for dyndeckconf --- qt/mypy.ini | 2 ++ 1 file changed, 2 insertions(+) diff --git a/qt/mypy.ini b/qt/mypy.ini index d04edadc8..05e2fb127 100644 --- a/qt/mypy.ini +++ b/qt/mypy.ini @@ -16,6 +16,8 @@ disallow_untyped_defs=true disallow_untyped_defs=true [mypy-aqt.utils] disallow_untyped_defs=true +[mypy-aqt.dyndeckconf] +disallow_untyped_defs=true [mypy-aqt.mpv]