parent
4e0492054f
commit
81d8d9eb71
1 changed files with 4 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Reference in a new issue