running brew typecheck --update

This commit is contained in:
thibhero 2025-02-18 22:42:08 -05:00
parent 1a43a9d258
commit 63f94708b0
2 changed files with 3 additions and 6 deletions

View File

@ -20,6 +20,9 @@ class Homebrew::Cmd::InstallCmd::Args < Homebrew::CLI::Args
sig { returns(T.nilable(String)) }
def appdir; end
sig { returns(T::Boolean) }
def ask?; end
sig { returns(T.nilable(String)) }
def audio_unit_plugindir; end
@ -166,7 +169,4 @@ class Homebrew::Cmd::InstallCmd::Args < Homebrew::CLI::Args
sig { returns(T::Boolean) }
def zap?; end
sig { returns(T::Boolean) }
def ask?; end
end

View File

@ -318,8 +318,5 @@ module Homebrew::EnvConfig
sig { returns(T::Boolean) }
def verify_attestations?; end
sig { returns(T::Boolean) }
def ask?; end
end
end