Remove unneeded mypy override for archinstall.scripts (#3147)

The override is no longer needed after commit fc63d45fe6.
This commit is contained in:
correctmost 2025-01-28 21:14:45 +00:00 committed by GitHub
parent 4f53961392
commit 7b0efd35f0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 4 deletions

View File

@ -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