ci: remove cargo-audito from pre-commit-hooks

This commit is contained in:
Konstantin Fickel 2026-04-07 09:42:38 +02:00
parent 60fac418f8
commit 7f4d3bb147
Signed by: kfickel
GPG key ID: A793722F9933C1A5

View file

@ -103,12 +103,6 @@
package = toolchain;
};
commitizen.enable = true;
cargo-audit = {
enable = true;
entry = "${pkgs.cargo-audit}/bin/cargo-audit audit";
files = "^Cargo\\.(toml|lock)$";
pass_filenames = false;
};
};
};