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