From dccd621cdd7b768f8a70f764a8f871f03d833f5c Mon Sep 17 00:00:00 2001 From: David Fluck Date: Fri, 11 Oct 2024 16:46:08 -0400 Subject: [PATCH] Remove verbose. --- .pre-commit-config.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index d2d858e007ce..010c7208a059 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -79,7 +79,6 @@ repos: description: "Fails if the existing protobuf definitions would generate a new buf.image.bin." files: '^proto/' pass_filenames: false - verbose: true - id: lock-published-urls name: "Generate all_published_urls_ever.json (lock-published-urls.sh)" entry: ./pre-commit/lock-published-urls.sh @@ -87,7 +86,6 @@ repos: description: "Ensure all redirect URLs are generated at commit time." files: '^docs/' pass_filenames: false - verbose: true - repo: https://github.com/adrienverge/yamllint.git rev: v1.28.0