From 8fce5f87be02c50e220ff4e21622f3d2b808586a Mon Sep 17 00:00:00 2001 From: Gabriel Augendre Date: Wed, 29 Dec 2021 01:29:05 +0100 Subject: [PATCH] Remove unused mypy excludes --- pyproject.toml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) 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