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]]
|
[[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
|
||||||
|
|
||||||
|
|
Reference in a new issue