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]] [[tool.mypy.overrides]]
module = [ module = [
"environ", "environ",
"django_otp.plugins.otp_static.models", "model_bakery",
"two_factor.models",
"django_otp.plugins.otp_totp.models",
"model_bakery"
] ]
ignore_missing_imports = true ignore_missing_imports = true