Remove unnecessary mypy overrides for lib/models/mirrors.py (#2821)

This commit is contained in:
correctmost 2024-11-16 01:07:49 -05:00 committed by GitHub
parent 1af5135013
commit a71fe41585
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 5 deletions

View File

@ -115,11 +115,6 @@ module = [
]
ignore_missing_imports = true
[[tool.mypy.overrides]]
module = "archinstall.lib.models.mirrors"
disallow_untyped_decorators = false
disallow_subclassing_any = false
[tool.bandit]
targets = ["archinstall"]
exclude = ["/tests"]