diff --git a/pyproject.toml b/pyproject.toml index b51cb7eb..d3a46955 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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"]