Update RBI files for setuptools.

Autogenerated by the [vendor-gems](https://github.com/Homebrew/brew/blob/HEAD/.github/workflows/vendor-gems.yml) workflow.
This commit is contained in:
BrewTestBot 2025-02-25 19:00:10 +00:00
parent 95a0675eb7
commit 0b8ae8f2fe
No known key found for this signature in database

View File

@ -5,4 +5,7 @@
# Please instead update this file by running `bin/tapioca dsl Livecheck`. # Please instead update this file by running `bin/tapioca dsl Livecheck`.
class Livecheck; end class Livecheck
sig { params(args: T.untyped, block: T.untyped).returns(T.untyped) }
def url_options(*args, &block); end
end