Revert "Remove unused mypy excludes"

This reverts commit 8fce5f87be.
This commit is contained in:
Gabriel Augendre 2021-12-29 10:42:08 +01:00
parent 4e0492054f
commit 81d8d9eb71

View file

@ -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