diff --git a/pyproject.toml b/pyproject.toml index 5c0242e..7228603 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -71,10 +71,7 @@ exclude = "/migrations/" [[tool.mypy.overrides]] module = [ "environ", - "django_otp.plugins.otp_static.models", - "two_factor.models", - "django_otp.plugins.otp_totp.models", - "model_bakery" + "model_bakery", ] ignore_missing_imports = true