Remove unused mypy excludes

This commit is contained in:
Gabriel Augendre 2021-12-29 01:29:05 +01:00
parent 42bcc4dd43
commit 8fce5f87be

View file

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