Skip to content

Commit

Permalink
Remove unneeded mypy override for archinstall.scripts
Browse files Browse the repository at this point in the history
The override is no longer needed after commit fc63d45.
  • Loading branch information
correctmost committed Jan 28, 2025
1 parent 0f6f5da commit eaed65e
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 eaed65e

Please sign in to comment.