From 7bef17b55115b4a4667a830b6f8071e56979f80c Mon Sep 17 00:00:00 2001 From: henryruhs Date: Mon, 9 Dec 2024 17:45:57 +0100 Subject: [PATCH] Fix mypy --- mypy.ini | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/mypy.ini b/mypy.ini index d144335..081e7bf 100644 --- a/mypy.ini +++ b/mypy.ini @@ -5,4 +5,5 @@ disallow_untyped_calls = True disallow_untyped_defs = True ignore_missing_imports = True strict_optional = False -exclude = ^LivePortrait +explicit_package_bases = True +exclude = face_swapper/LivePortrait