archlinux / archinstall

Arch Linux installer - guided, templates etc.
GNU General Public License v3.0
6.37k stars 545 forks source link

Fix mypy warnings in tests/test_args.py #2945

Closed correctmost closed 5 days ago

correctmost commented 5 days ago

PR Description:

This PR would allow the following override to be removed, but I wasn't sure if it was in place for future PRs (so I left it in place):

[[tool.mypy.overrides]]
module = "tests.*"
ignore_errors = true