Skip to content

Bump psf/black from 26.5.0 to 26.5.1#443

Merged
jose-caballero merged 1 commit into
mainfrom
dependabot/github_actions/psf/black-26.5.1
Jun 15, 2026
Merged

Bump psf/black from 26.5.0 to 26.5.1#443
jose-caballero merged 1 commit into
mainfrom
dependabot/github_actions/psf/black-26.5.1

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github May 19, 2026

Copy link
Copy Markdown
Contributor

Bumps psf/black from 26.5.0 to 26.5.1.

Release notes

Sourced from psf/black's releases.

26.5.1

Stable style

  • Fix unstable formatting of annotated assignments whose subscript annotation contains an inline comment (e.g. x: list[ # pyright: ignore[...]) (#5130)
  • Preserve inline comments (including # type: ignore) immediately before a # fmt: skip line, avoiding AST equivalence failures (#5139)

Packaging

  • Correct the version in the published executables (#5137)

Documentation

  • Add Neovim integration guide covering conform.nvim, ALE, and simple command approaches (#5124)
Changelog

Sourced from psf/black's changelog.

Change Log

Unreleased

  • Add support for NO_COLOR environment variable to disable ANSI output (#5129)
  • No spurious target version warning when runtime version is included in a --target-version flag (#5167)

Highlights

Stable style

  • Fix crash when a standalone comment sits between tokens of a comprehension or lambda (#5144)
  • Fix a crash when splitting case case if ... match patterns at very small line lengths (#5147)
  • Fix multiline docstring indentation when leading tabs are used inside indented docstrings (#5148)
  • Respect # fmt: skip on a line that opens a bracket (e.g. from x import ( # fmt: skip) when a standalone comment is among the bracket's contents: the whole statement is now preserved instead of being reformatted (and previously crashing) (#5161)

Preview style

  • Fix unnecessary parentheses around short RHS expressions in indexed assignments like x[key] = expr (#5095)
  • Stop splitting between a variable and its comparator (not in, ==, is, ...) when the right-hand side is a bracketed expression. Black now lets the bracket explode instead. This fixes the awkward break that was showing up in comprehension if clauses (#4514) as well as the same shape inside if, elif, assert, and parenthesized expressions (#5135)
  • In .pyi stub files, enforce a blank line after a function or method that has a docstring-only body when another comment or statement follows it (#5158)

Configuration

  • Fix find_project_root returning a stale cached result when --code is used from different working directories in the same process. The CWD fallback (used when no

... (truncated)

Commits

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels May 19, 2026
jose-caballero
jose-caballero previously approved these changes Jun 15, 2026
Bumps [psf/black](https://github.com/psf/black) from 26.5.0 to 26.5.1.
- [Release notes](https://github.com/psf/black/releases)
- [Changelog](https://github.com/psf/black/blob/main/CHANGES.md)
- [Commits](psf/black@d2490e2...87928e6)

---
updated-dependencies:
- dependency-name: psf/black
  dependency-version: 26.5.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot dismissed stale reviews from jose-caballero and anish-mudaraddi via ed7efdb June 15, 2026 14:46
@dependabot dependabot Bot force-pushed the dependabot/github_actions/psf/black-26.5.1 branch from ae72fa2 to ed7efdb Compare June 15, 2026 14:46
@dependabot @github

dependabot Bot commented on behalf of github Jun 15, 2026

Copy link
Copy Markdown
Contributor Author

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot Bot deleted the dependabot/github_actions/psf/black-26.5.1 branch June 15, 2026 14:55
@anish-mudaraddi anish-mudaraddi restored the dependabot/github_actions/psf/black-26.5.1 branch June 15, 2026 14:55
@codecov

codecov Bot commented Jun 15, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 99.18%. Comparing base (60fc4ec) to head (ed7efdb).
⚠️ Report is 7 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #443   +/-   ##
=======================================
  Coverage   99.18%   99.18%           
=======================================
  Files         111      111           
  Lines        2698     2698           
  Branches      338      338           
=======================================
  Hits         2676     2676           
  Misses         19       19           
  Partials        3        3           

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@jose-caballero jose-caballero merged commit a116210 into main Jun 15, 2026
23 of 27 checks passed
@jose-caballero jose-caballero deleted the dependabot/github_actions/psf/black-26.5.1 branch June 15, 2026 15:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants