From aa2fe648c26fe019557a98f1a3edbf4cac37c564 Mon Sep 17 00:00:00 2001 From: Stacky McStackface Date: Mon, 9 Mar 2026 10:30:20 +0000 Subject: [PATCH] chore: Generated commit to update templated files since the last template run up to stackabletech/operator-templating@0a53faeec74f855d80f7a8b40635e8c340d25696 Reference-to: stackabletech/operator-templating@0a53fae (Run cargo doc with --no-deps) --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 91fc091..4d8e96c 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -89,7 +89,7 @@ repos: - id: cargo-doc name: cargo-doc language: system - entry: cargo doc --document-private-items + entry: cargo doc --no-deps --document-private-items stages: [pre-commit, pre-merge-commit] pass_filenames: false files: \.rs$|Cargo\.(toml|lock)