Skip to content

Commit

Permalink
Remove unnecessary mypy overrides for lib/models/mirrors.py (archlinu…
Browse files Browse the repository at this point in the history
  • Loading branch information
correctmost authored Nov 16, 2024
1 parent 1af5135 commit a71fe41
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
Expand Down

0 comments on commit a71fe41

Please sign in to comment.