mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 15:03:28 +00:00
Merge pull request #326075 from WilliButz/repart-image/fix-amend-script
nixos/repart-image: fix amend script
This commit is contained in:
commit
af97b0ce1a
@ -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
|
||||
'';
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user