Skip to content

Commit

Permalink
Remove unneeded mypy override for archinstall.scripts (#3147)
Browse files Browse the repository at this point in the history
The override is no longer needed after commit fc63d45.
  • Loading branch information
correctmost authored Jan 28, 2025
1 parent 4f53961 commit 7b0efd3
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -114,10 +114,6 @@ disallow_any_explicit = true
module = "archinstall.lib.utils"
disallow_any_explicit = true

[[tool.mypy.overrides]]
module = "archinstall.scripts.*"
warn_unreachable = false

[[tool.mypy.overrides]]
module = "archinstall.tui.*"
warn_unreachable = false
Expand Down

0 comments on commit 7b0efd3

Please sign in to comment.