fix(config): Add explicit_package_bases to mypy config to resolve duplicate module errors
This commit is contained in:
@@ -35,4 +35,6 @@ strict = true
|
||||
disallow_untyped_defs = true
|
||||
disallow_incomplete_defs = true
|
||||
ignore_missing_imports = true
|
||||
explicit_package_bases = true
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user