From 75b72f2fd9701d278ff8946d1c62191b1e03085f Mon Sep 17 00:00:00 2001 From: Issy Long Date: Mon, 15 Jul 2024 23:22:31 -0400 Subject: [PATCH] official_taps: Bump to Sorbet `typed: strict` --- Library/Homebrew/official_taps.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Library/Homebrew/official_taps.rb b/Library/Homebrew/official_taps.rb index 510c89ad23..65c0473342 100644 --- a/Library/Homebrew/official_taps.rb +++ b/Library/Homebrew/official_taps.rb @@ -1,17 +1,17 @@ -# typed: true +# typed: strict # frozen_string_literal: true OFFICIAL_CASK_TAPS = %w[ cask ].freeze -OFFICIAL_CMD_TAPS = { +OFFICIAL_CMD_TAPS = T.let({ "homebrew/aliases" => ["alias", "unalias"], "homebrew/bundle" => ["bundle"], "homebrew/command-not-found" => ["command-not-found-init", "which-formula", "which-update"], "homebrew/test-bot" => ["test-bot"], "homebrew/services" => ["services"], -}.freeze +}.freeze, T::Hash[String, T::Array[String]]) DEPRECATED_OFFICIAL_TAPS = %w[ apache