Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: psf/black
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 26.5.0
Choose a base ref
...
head repository: psf/black
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 26.5.1
Choose a head ref
  • 8 commits
  • 13 files changed
  • 8 contributors

Commits on May 16, 2026

  1. Fix publish binaries workflow (#5133)

    Signed-off-by: cobalt <61329810+cobaltt7@users.noreply.github.com>
    cobaltt7 authored May 16, 2026
    Configuration menu
    Copy the full SHA
    6d0fff0 View commit details
    Browse the repository at this point in the history
  2. Add new changelog (#5132)

    Co-authored-by: cobaltt7 <61329810+cobaltt7@users.noreply.github.com>
    github-actions[bot] and cobaltt7 authored May 16, 2026
    Configuration menu
    Copy the full SHA
    3dc8e6c View commit details
    Browse the repository at this point in the history
  3. Fix publish binaries again on Windows (#5134)

    * Fix publish binaries workflow
    And added a workflow_dispatch trigger so I can rerun it
    
    Signed-off-by: cobalt <61329810+cobaltt7@users.noreply.github.com>
    
    * fix on windows
    
    Signed-off-by: cobalt <61329810+cobaltt7@users.noreply.github.com>
    
    ---------
    
    Signed-off-by: cobalt <61329810+cobaltt7@users.noreply.github.com>
    cobaltt7 authored May 16, 2026
    Configuration menu
    Copy the full SHA
    9cbd95f View commit details
    Browse the repository at this point in the history

Commits on May 18, 2026

  1. CI Hotfixes (#5136)

    Signed-off-by: cobalt <61329810+cobaltt7@users.noreply.github.com>
    cobaltt7 authored May 18, 2026
    Configuration menu
    Copy the full SHA
    ebe6018 View commit details
    Browse the repository at this point in the history
  2. docs: add Neovim integration guide and fix http link (#5124)

    * docs: add Neovim integration guide and fix http link
    
    - Add a dedicated Neovim section to the editor integrations docs,
      covering three approaches:
      - conform.nvim (recommended, with format-on-save example)
      - ALE (cross-reference to existing Vim section)
      - Simple :!black % command with a Lua user command example
    - Fix http://python-requests.org/ link to use https://
    
    Fixes #3960
    
    * [pre-commit.ci] auto fixes from pre-commit.com hooks
    
    for more information, see https://pre-commit.ci
    
    * docs: add changelog entry for Neovim integration guide
    
    Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
    
    * [pre-commit.ci] auto fixes from pre-commit.com hooks
    
    for more information, see https://pre-commit.ci
    
    * fix: correct PR number in CHANGES.md (#5061#5124)
    
    * move changelog entry to the correct version
    
    ---------
    
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
    Co-authored-by: cobalt <61329810+cobaltt7@users.noreply.github.com>
    4 people authored May 18, 2026
    Configuration menu
    Copy the full SHA
    61361b7 View commit details
    Browse the repository at this point in the history
  3. Preserve inline comments inside annotation subscripts (#5130)

    * Add regression tests for #4733
    
    * Preserve inline comments inside annotation subscripts (#4733)
    
    * Move #4733 regression tests to tests/data/cases
    
    * Keep the omit-based RHS split past a subscript-comment overflow
    
    ---------
    
    Co-authored-by: cobalt <61329810+cobaltt7@users.noreply.github.com>
    Pedro-Muller29 and cobaltt7 authored May 18, 2026
    Configuration menu
    Copy the full SHA
    5809338 View commit details
    Browse the repository at this point in the history
  4. Preserve comments before fmt: skip lines (#5139)

    Co-authored-by: cobalt <61329810+cobaltt7@users.noreply.github.com>
    cyphercodes and cobaltt7 authored May 18, 2026
    Configuration menu
    Copy the full SHA
    c970a49 View commit details
    Browse the repository at this point in the history
  5. Prepare release 26.5.1 (#5140)

    * Prepare release 26.5.1
    Closes #5137
    
    Signed-off-by: cobalt <61329810+cobaltt7@users.noreply.github.com>
    
    * Mention #5137 in changelog
    this isn't a pr, but there isn't really a pr that fixed this per se
    
    Signed-off-by: cobalt <61329810+cobaltt7@users.noreply.github.com>
    
    * Update CHANGES.md
    
    Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com>
    
    ---------
    
    Signed-off-by: cobalt <61329810+cobaltt7@users.noreply.github.com>
    Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com>
    cobaltt7 and JelleZijlstra authored May 18, 2026
    Configuration menu
    Copy the full SHA
    87928e6 View commit details
    Browse the repository at this point in the history
Loading