Merge pull request #326075 from WilliButz/repart-image/fix-amend-script

nixos/repart-image: fix amend script
This commit is contained in:
nikstur 2024-07-10 15:26:09 +02:00 committed by GitHub
commit af97b0ce1a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -69,7 +69,7 @@ let
patchShebangs --build $out
black --check --diff $out
ruff --line-length 88 $out
ruff check --line-length 88 $out
mypy --strict $out
'';