René's URL Explorer Experiment


Title: Bump black from 25.12.0 to 26.1.0 in /.github/workflows by dependabot[bot] · Pull Request #371 · dvd-dev/python-hilo · GitHub

Open Graph Title: Bump black from 25.12.0 to 26.1.0 in /.github/workflows by dependabot[bot] · Pull Request #371 · dvd-dev/python-hilo

X Title: Bump black from 25.12.0 to 26.1.0 in /.github/workflows by dependabot[bot] · Pull Request #371 · dvd-dev/python-hilo

Description: Bumps black from 25.12.0 to 26.1.0. Release notes Sourced from black's releases. 26.1.0 Highlights Introduces the 2026 stable style (#4892), stabilizing the following changes: always_one_newline_after_import: Always force one blank line after import statements, except when the line after the import is a comment or an import statement (#4489) fix_fmt_skip_in_one_liners: Fix # fmt: skip behavior on one-liner declarations, such as def foo(): return "mock" # fmt: skip, where previously the declaration would have been incorrectly collapsed (#4800) fix_module_docstring_detection: Fix module docstrings being treated as normal strings if preceded by comments (#4764) fix_type_expansion_split: Fix type expansions split in generic functions (#4777) multiline_string_handling: Make expressions involving multiline strings more compact (#1879) normalize_cr_newlines: Add \r style newlines to the potential newlines to normalize file newlines both from and to (#4710) remove_parens_around_except_types: Remove parentheses around multiple exception types in except and except* without as (#4720) remove_parens_from_assignment_lhs: Remove unnecessary parentheses from the left-hand side of assignments while preserving magic trailing commas and intentional multiline formatting (#4865) standardize_type_comments: Format type comments which have zero or more spaces between # and type: or between type: and value to # type: (value) (#4645) The following change was not in any previous stable release: Regenerated the _width_table.py and added tests for the Khmer language (#4253) This release alo bumps pathspec to v1 and fixes inconsistencies with Git's .gitignore logic (#4958). Now, files will be ignored if a pattern matches them, even if the parent directory is directly unignored. For example, Black would previously format exclude/not_this/foo.py with this .gitignore: exclude/ !exclude/not_this/ Now, exclude/not_this/foo.py will remain ignored. To ensure exclude/not_this/ and all of it's children are included in formatting (and in Git), use this .gitignore: */exclude/* !*/exclude/not_this/ This new behavior matches Git. The leading */ are only necessary if you wish to ignore matching subdirectories (like the previous behavior did), and not just matching root ... (truncated) Changelog Sourced from black's changelog. 26.1.0 Highlights Introduces the 2026 stable style (#4892), stabilizing the following changes: always_one_newline_after_import: Always force one blank line after import statements, except when the line after the import is a comment or an import statement (#4489) fix_fmt_skip_in_one_liners: Fix # fmt: skip behavior on one-liner declarations, such as def foo(): return "mock" # fmt: skip, where previously the declaration would have been incorrectly collapsed (#4800) fix_module_docstring_detection: Fix module docstrings being treated as normal strings if preceded by comments (#4764) fix_type_expansion_split: Fix type expansions split in generic functions (#4777) multiline_string_handling: Make expressions involving multiline strings more compact (#1879) normalize_cr_newlines: Add \r style newlines to the potential newlines to normalize file newlines both from and to (#4710) remove_parens_around_except_types: Remove parentheses around multiple exception types in except and except* without as (#4720) remove_parens_from_assignment_lhs: Remove unnecessary parentheses from the left-hand side of assignments while preserving magic trailing commas and intentional multiline formatting (#4865) standardize_type_comments: Format type comments which have zero or more spaces between # and type: or between type: and value to # type: (value) (#4645) The following change was not in any previous stable release: Regenerated the _width_table.py and added tests for the Khmer language (#4253) This release alo bumps pathspec to v1 and fixes inconsistencies with Git's .gitignore logic (#4958). Now, files will be ignored if a pattern matches them, even if the parent directory is directly unignored. For example, Black would previously format exclude/not_this/foo.py with this .gitignore: exclude/ !exclude/not_this/ Now, exclude/not_this/foo.py will remain ignored. To ensure exclude/not_this/ and all of it's children are included in formatting (and in Git), use this .gitignore: */exclude/* !*/exclude/not_this/ This new behavior matches Git. The leading */ are only necessary if you wish to ignore ... (truncated) Commits 6305bf1 Prepare 2026.1.0 release (#4892) e71305b Bump pypa/cibuildwheel from 3.3.0 to 3.3.1 (#4961) 21a2a8c Fix Shutdown multiprocessing Manager in schedule_formatting (#4952) e3146ce Bump docker/setup-buildx-action from 3.11.1 to 3.12.0 (#4919) fe1fbc4 Bump actions/upload-artifact from 5.0.0 to 6.0.0 (#4923) 2b4b7fc Bump actions/download-artifact from 6.0.0 to 7.0.0 (#4922) d745be6 docs: document --force-exclude for pre-commit workflows (#4957) b41acd6 Various CI and doc refactors (#4928) 6f43612 Handle pathspec v1 changes (#4958) 200c550 Bump furo from 2025.9.25 to 2025.12.19 in /docs (#4933) Additional commits viewable in compare view Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase. Dependabot commands and options You can trigger Dependabot actions by commenting on this PR: @dependabot rebase will rebase this PR @dependabot recreate will recreate this PR, overwriting any edits that have been made to it @dependabot merge will merge this PR after your CI passes on it @dependabot squash and merge will squash and merge this PR after your CI passes on it @dependabot cancel merge will cancel a previously requested merge and block automerging @dependabot reopen will reopen this PR if it is closed @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually @dependabot show ignore conditions will show all of the ignore conditions of the specified dependency @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Open Graph Description: Bumps black from 25.12.0 to 26.1.0. Release notes Sourced from black's releases. 26.1.0 Highlights Introduces the 2026 stable style (#4892), stabilizing the following changes: always_one_new...

X Description: Bumps black from 25.12.0 to 26.1.0. Release notes Sourced from black's releases. 26.1.0 Highlights Introduces the 2026 stable style (#4892), stabilizing the following changes: always_one...

Opengraph URL: https://github.com/dvd-dev/python-hilo/pull/371

X: @github

direct link

Domain: github.com

route-pattern/:user_id/:repository/pull/:id/commits/:range(.:format)
route-controllerpull_requests
route-actioncommits
fetch-noncev2:dfdaedbe-55aa-e433-4add-934aba22eee0
current-catalog-service-hashae870bc5e265a340912cde392f23dad3671a0a881730ffdadd82f2f57d81641b
request-id8F5A:3BA959:1F582EE:2A71404:6A655524
html-safe-nonce6be317d7bf62a625bd30de68ac0a2b18dbec1c6ad0b0b2ee3b4e1db2a79c995e
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiI4RjVBOjNCQTk1OToxRjU4MkVFOjJBNzE0MDQ6NkE2NTU1MjQiLCJ2aXNpdG9yX2lkIjoiNjQ3MDExMDc3NTY4OTQzNDQwNCIsInJlZ2lvbl9lZGdlIjoiaWFkIiwicmVnaW9uX3JlbmRlciI6ImlhZCJ9
visitor-hmac628c6ebeb1ce3b30e16e34f8ad530fea111b358e82ac2842f2d244bafcc75639
hovercard-subject-tagpull_request:3187356844
github-keyboard-shortcutsrepository,pull-request-list,pull-request-conversation,pull-request-files-changed,copilot
google-site-verificationApib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I
octolytics-urlhttps://collector.github.com/github/collect
analytics-location///pull_requests/show/commits
fb:app_id1401488693436528
apple-itunes-appapp-id=1477376905, app-argument=https://github.com/dvd-dev/python-hilo/pull/371/commits/b595864073ca804fda11981cdc6f232ed42a998b
twitter:imagehttps://avatars.githubusercontent.com/in/29110?s=400&v=4
twitter:cardsummary_large_image
og:imagehttps://avatars.githubusercontent.com/in/29110?s=400&v=4
og:image:altBumps black from 25.12.0 to 26.1.0. Release notes Sourced from black's releases. 26.1.0 Highlights Introduces the 2026 stable style (#4892), stabilizing the following changes: always_one_new...
og:site_nameGitHub
og:typeobject
hostnamegithub.com
expected-hostnamegithub.com
None52c76df668885aaff23b50bdca1fa1ea44ac9c1553e888ebc70ff1e4daa4625b
turbo-cache-controlno-preview
diff-viewunified
go-importgithub.com/dvd-dev/python-hilo git https://github.com/dvd-dev/python-hilo.git
octolytics-dimension-user_id89417431
octolytics-dimension-user_logindvd-dev
octolytics-dimension-repository_id436476900
octolytics-dimension-repository_nwodvd-dev/python-hilo
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id436476900
octolytics-dimension-repository_network_root_nwodvd-dev/python-hilo
turbo-body-classeslogged-out env-production page-responsive
disable-turbofalse
browser-stats-urlhttps://api.github.com/_private/browser/stats
browser-errors-urlhttps://api.github.com/_private/browser/errors
release309153364422b3c499922d1a2a6404910a58ed8e
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://github.com/dvd-dev/python-hilo/pull/371/commits/b595864073ca804fda11981cdc6f232ed42a998b#start-of-content
https://github.com/
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fdvd-dev%2Fpython-hilo%2Fpull%2F371%2Fcommits%2Fb595864073ca804fda11981cdc6f232ed42a998b
GitHub CopilotWrite better code with AIhttps://github.com/features/copilot
GitHub Copilot appDirect agents from issue to mergehttps://github.com/features/ai/github-app
MCP RegistryNewIntegrate external toolshttps://github.com/mcp
ActionsAutomate any workflowhttps://github.com/features/actions
CodespacesInstant dev environmentshttps://github.com/features/codespaces
IssuesPlan and track workhttps://github.com/features/issues
Code ReviewManage code changeshttps://github.com/features/code-review
Code QualityEnforce quality at mergehttps://github.com/features/code-quality
GitHub Advanced SecurityFind and fix vulnerabilitieshttps://github.com/security/advanced-security
Code securitySecure your code as you buildhttps://github.com/security/advanced-security/code-security
Secret protectionStop leaks before they starthttps://github.com/security/advanced-security/secret-protection
Why GitHubhttps://github.com/why-github
Documentationhttps://docs.github.com
Bloghttps://github.blog
Changeloghttps://github.blog/changelog
Marketplacehttps://github.com/marketplace
View all featureshttps://github.com/features
Enterpriseshttps://github.com/enterprise
Small and medium teamshttps://github.com/team
Startupshttps://github.com/enterprise/startups
Nonprofitshttps://github.com/solutions/industry/nonprofits
App Modernizationhttps://github.com/solutions/use-case/app-modernization
DevSecOpshttps://github.com/solutions/use-case/devsecops
DevOpshttps://github.com/solutions/use-case/devops
CI/CDhttps://github.com/solutions/use-case/ci-cd
View all use caseshttps://github.com/solutions/use-case
Healthcarehttps://github.com/solutions/industry/healthcare
Financial serviceshttps://github.com/solutions/industry/financial-services
Manufacturinghttps://github.com/solutions/industry/manufacturing
Governmenthttps://github.com/solutions/industry/government
View all industrieshttps://github.com/solutions/industry
View all solutionshttps://github.com/solutions
AIhttps://github.com/resources/articles?topic=ai
Software Developmenthttps://github.com/resources/articles?topic=software-development
DevOpshttps://github.com/resources/articles?topic=devops
Securityhttps://github.com/resources/articles?topic=security
View all topicshttps://github.com/resources/articles
Customer storieshttps://github.com/customer-stories
Events & webinarshttps://github.com/resources/events
Ebooks & reportshttps://github.com/resources/whitepapers
Business insightshttps://github.com/solutions/executive-insights
GitHub Skillshttps://skills.github.com
Documentationhttps://docs.github.com
Customer supporthttps://support.github.com
Community forumhttps://github.com/orgs/community/discussions
Trust centerhttps://github.com/trust-center
Partnershttps://github.com/partners
View all resourceshttps://github.com/resources
GitHub SponsorsFund open source developershttps://github.com/open-source/sponsors
Security Labhttps://securitylab.github.com
Maintainer Communityhttps://maintainers.github.com
Acceleratorhttps://github.com/open-source/accelerator
GitHub Starshttps://stars.github.com
Archive Programhttps://archiveprogram.github.com
Topicshttps://github.com/topics
Trendinghttps://github.com/trending
Collectionshttps://github.com/collections
Enterprise platformAI-powered developer platformhttps://github.com/enterprise
GitHub Advanced SecurityEnterprise-grade security featureshttps://github.com/security/advanced-security
Copilot for BusinessEnterprise-grade AI featureshttps://github.com/features/copilot/copilot-business
Premium SupportEnterprise-grade 24/7 supporthttps://github.com/enterprise/premium-support
Pricinghttps://github.com/pricing
Search syntax tipshttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
documentationhttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fdvd-dev%2Fpython-hilo%2Fpull%2F371%2Fcommits%2Fb595864073ca804fda11981cdc6f232ed42a998b
Sign up https://github.com/signup?ref_cta=Sign+up&ref_loc=header+logged+out&ref_page=%2F%3Cuser-name%3E%2F%3Crepo-name%3E%2Fpull_requests%2Fshow%2Fcommits&source=header-repo&source_repo=dvd-dev%2Fpython-hilo
Reloadhttps://github.com/dvd-dev/python-hilo/pull/371/commits/b595864073ca804fda11981cdc6f232ed42a998b
Reloadhttps://github.com/dvd-dev/python-hilo/pull/371/commits/b595864073ca804fda11981cdc6f232ed42a998b
Reloadhttps://github.com/dvd-dev/python-hilo/pull/371/commits/b595864073ca804fda11981cdc6f232ed42a998b
Please reload this pagehttps://github.com/dvd-dev/python-hilo/pull/371/commits/b595864073ca804fda11981cdc6f232ed42a998b
dvd-dev https://github.com/dvd-dev
python-hilohttps://github.com/dvd-dev/python-hilo
Notifications https://github.com/login?return_to=%2Fdvd-dev%2Fpython-hilo
Fork 25 https://github.com/login?return_to=%2Fdvd-dev%2Fpython-hilo
Star 32 https://github.com/login?return_to=%2Fdvd-dev%2Fpython-hilo
Code https://github.com/dvd-dev/python-hilo
Issues 0 https://github.com/dvd-dev/python-hilo/issues
Pull requests 7 https://github.com/dvd-dev/python-hilo/pulls
Actions https://github.com/dvd-dev/python-hilo/actions
Projects https://github.com/dvd-dev/python-hilo/projects
Security and quality 0 https://github.com/dvd-dev/python-hilo/security
Insights https://github.com/dvd-dev/python-hilo/pulse
Code https://github.com/dvd-dev/python-hilo
Issues https://github.com/dvd-dev/python-hilo/issues
Pull requests https://github.com/dvd-dev/python-hilo/pulls
Actions https://github.com/dvd-dev/python-hilo/actions
Projects https://github.com/dvd-dev/python-hilo/projects
Security and quality https://github.com/dvd-dev/python-hilo/security
Insights https://github.com/dvd-dev/python-hilo/pulse
Sign up for GitHub https://github.com/signup?return_to=%2Fdvd-dev%2Fpython-hilo%2Fissues%2Fnew%2Fchoose
terms of servicehttps://docs.github.com/terms
privacy statementhttps://docs.github.com/privacy
Sign inhttps://github.com/login?return_to=%2Fdvd-dev%2Fpython-hilo%2Fissues%2Fnew%2Fchoose
ic-dev21https://github.com/ic-dev21
mainhttps://github.com/dvd-dev/python-hilo/tree/main
dependabot/pip/dot-github/workflows/black-26.1.0https://github.com/dvd-dev/python-hilo/tree/dependabot/pip/dot-github/workflows/black-26.1.0
Conversation 0 https://github.com/dvd-dev/python-hilo/pull/371
Commits 1 https://github.com/dvd-dev/python-hilo/pull/371/commits
Checks 1 https://github.com/dvd-dev/python-hilo/pull/371/checks
Files changed https://github.com/dvd-dev/python-hilo/pull/371/files
Please reload this pagehttps://github.com/dvd-dev/python-hilo/pull/371/commits/b595864073ca804fda11981cdc6f232ed42a998b
Bump black from 25.12.0 to 26.1.0 in /.github/workflows https://github.com/dvd-dev/python-hilo/pull/371/commits/b595864073ca804fda11981cdc6f232ed42a998b#top
Show all changes 1 commit https://github.com/dvd-dev/python-hilo/pull/371/files
b595864 Bump black from 25.12.0 to 26.1.0 in /.github/workflows dependabot[bot] Jan 19, 2026 https://github.com/dvd-dev/python-hilo/pull/371/commits/b595864073ca804fda11981cdc6f232ed42a998b
Clear filters https://github.com/dvd-dev/python-hilo/pull/371/commits/b595864073ca804fda11981cdc6f232ed42a998b
Please reload this pagehttps://github.com/dvd-dev/python-hilo/pull/371/commits/b595864073ca804fda11981cdc6f232ed42a998b
Please reload this pagehttps://github.com/dvd-dev/python-hilo/pull/371/commits/b595864073ca804fda11981cdc6f232ed42a998b
https://github.com/psf/blackhttps://github.com/psf/black
https://github.com/psf/black/releaseshttps://github.com/psf/black/releases
https://github.com/psf/black/blob/main/CHANGES.mdhttps://github.com/psf/black/blob/main/CHANGES.md
psf/black@25.12.0...26.1.0https://github.com/psf/black/compare/25.12.0...26.1.0
Please reload this pagehttps://github.com/dvd-dev/python-hilo/pull/371/commits/b595864073ca804fda11981cdc6f232ed42a998b
https://github.com/apps/dependabot
dependabot[bot]https://github.com/dvd-dev/python-hilo/commits?author=dependabot%5Bbot%5D
.github/workflows/constraints.txthttps://github.com/dvd-dev/python-hilo/pull/371/commits/b595864073ca804fda11981cdc6f232ed42a998b#diff-ca97e0fe30f3ef2bd95ec1bff95535f8b339870949e0545a3347d273bc9293f0
View file https://github.com/dvd-dev/python-hilo/blob/b595864073ca804fda11981cdc6f232ed42a998b/.github/workflows/constraints.txt
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/dvd-dev/python-hilo/pull/371/commits/{{ revealButtonHref }}
Please reload this pagehttps://github.com/dvd-dev/python-hilo/pull/371/commits/b595864073ca804fda11981cdc6f232ed42a998b
https://github.com
Termshttps://docs.github.com/site-policy/github-terms/github-terms-of-service
Privacyhttps://docs.github.com/site-policy/privacy-policies/github-privacy-statement
Securityhttps://github.com/security
Statushttps://www.githubstatus.com/
Communityhttps://github.community/
Docshttps://docs.github.com/
Contacthttps://support.github.com?tags=dotcom-footer

Viewport: width=device-width


URLs of crawlers that visited me.