Remove unnecessary mypy overrides for lib/models/mirrors.py (#2821)
This commit is contained in:
parent
1af5135013
commit
a71fe41585
|
|
@ -115,11 +115,6 @@ module = [
|
||||||
]
|
]
|
||||||
ignore_missing_imports = true
|
ignore_missing_imports = true
|
||||||
|
|
||||||
[[tool.mypy.overrides]]
|
|
||||||
module = "archinstall.lib.models.mirrors"
|
|
||||||
disallow_untyped_decorators = false
|
|
||||||
disallow_subclassing_any = false
|
|
||||||
|
|
||||||
[tool.bandit]
|
[tool.bandit]
|
||||||
targets = ["archinstall"]
|
targets = ["archinstall"]
|
||||||
exclude = ["/tests"]
|
exclude = ["/tests"]
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue