From 81d8d9eb716df353fb377fdfd0fe9605dcd5addd Mon Sep 17 00:00:00 2001 From: Gabriel Augendre Date: Wed, 29 Dec 2021 10:42:08 +0100 Subject: [PATCH] Revert "Remove unused mypy excludes" This reverts commit 8fce5f87be02c50e220ff4e21622f3d2b808586a. --- pyproject.toml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 7228603..5c0242e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -71,7 +71,10 @@ exclude = "/migrations/" [[tool.mypy.overrides]] module = [ "environ", - "model_bakery", + "django_otp.plugins.otp_static.models", + "two_factor.models", + "django_otp.plugins.otp_totp.models", + "model_bakery" ] ignore_missing_imports = true