docs/Rakefile: fix/ignore more broken URLs.

This commit is contained in:
Mike McQuaid 2025-05-21 17:06:38 +01:00
parent 4aa7f83954
commit e5f844ec86
No known key found for this signature in database

View File

@ -34,8 +34,9 @@ task test: :build do
], ],
ignore_urls: [ ignore_urls: [
"/", "/",
%r{https://formulae.brew.sh"}, %r{https://formulae.brew.sh},
%r{https://github.com/}, %r{https://github.com/},
%r{https://homebrew.1password.com/},
"https://legacy.python.org/dev/peps/pep-0453/#recommendations-for-downstream-distributors", "https://legacy.python.org/dev/peps/pep-0453/#recommendations-for-downstream-distributors",
], ],
cache: { cache: {