Remove unused mypy excludes
This commit is contained in:
parent
42bcc4dd43
commit
8fce5f87be
1 changed files with 1 additions and 4 deletions
|
@ -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
|
||||
|
||||
|
|
Reference in a new issue