fixed un needed noqa's

This commit is contained in:
2026-06-14 12:58:50 -04:00
parent 41e3e265af
commit a526420c8d
6 changed files with 8 additions and 11 deletions
+1
View File
@@ -262,6 +262,7 @@ def installer(
):
run(command, check=True, stdin=test.stdout)
# Fixed mount point for the new system; the installer runs as root on a fresh disk
mnt_dir = "/tmp/nix_install" # noqa: S108
Path(mnt_dir).mkdir(parents=True, exist_ok=True)