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: 24.3.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: 24.4.0
Choose a head ref
  • 12 commits
  • 20 files changed
  • 10 contributors

Commits on Mar 15, 2024

  1. Add new change template

    JelleZijlstra committed Mar 15, 2024
    Configuration menu
    Copy the full SHA
    8332a75 View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2024

  1. Fix formatting for if clauses in match-case blocks (#4269)

    Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com>
    rdrll and JelleZijlstra authored Mar 16, 2024
    Configuration menu
    Copy the full SHA
    f78b157 View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2024

  1. Bump pypa/cibuildwheel from 2.16.5 to 2.17.0 (#4283)

    Bumps [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel) from 2.16.5 to 2.17.0.
    - [Release notes](https://github.com/pypa/cibuildwheel/releases)
    - [Changelog](https://github.com/pypa/cibuildwheel/blob/main/docs/changelog.md)
    - [Commits](pypa/cibuildwheel@v2.16.5...v2.17.0)
    
    ---
    updated-dependencies:
    - dependency-name: pypa/cibuildwheel
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Mar 18, 2024
    Configuration menu
    Copy the full SHA
    97993f9 View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2024

  1. Fix two logging calls in the test helper (#4286)

    They were missing formatting interpolation operators.
    yilei authored Mar 20, 2024
    Configuration menu
    Copy the full SHA
    bf11956 View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2024

  1. Remove mocking from tests (#4287)

    Fixes #4275
    hauntsaninja authored Mar 21, 2024
    Configuration menu
    Copy the full SHA
    c9d2635 View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2024

  1. fix: Stop moving multiline strings to a new line unless inside bracke…

    …ts (#4289)
    
    Signed-off-by: RedGuy12 <61329810+RedGuy12@users.noreply.github.com>
    cobaltt7 authored Mar 23, 2024
    Configuration menu
    Copy the full SHA
    13bd092 View commit details
    Browse the repository at this point in the history
  2. Improve AST safety check (#4290)

    Fixes #4288, regressed by #4270
    hauntsaninja authored Mar 23, 2024
    Configuration menu
    Copy the full SHA
    836acad View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2024

  1. Configuration menu
    Copy the full SHA
    c8f1a55 View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2024

  1. GitHub Action: Allow reading version from pyproject.toml (#4294)

    Closes #4285
    
    Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
    Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com>
    3 people authored Apr 5, 2024
    Configuration menu
    Copy the full SHA
    3383f53 View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2024

  1. docs: remove repetitive word (#4303)

    Signed-off-by: alwayshang <zhanghonghao@outlook.com>
    alwayshang authored Apr 7, 2024
    Configuration menu
    Copy the full SHA
    07fe1ca View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2024

  1. Bump peter-evans/find-comment from 3.0.0 to 3.1.0 (#4304)

    Bumps [peter-evans/find-comment](https://github.com/peter-evans/find-comment) from 3.0.0 to 3.1.0.
    - [Release notes](https://github.com/peter-evans/find-comment/releases)
    - [Commits](peter-evans/find-comment@d5fe376...3eae4d3)
    
    ---
    updated-dependencies:
    - dependency-name: peter-evans/find-comment
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Apr 8, 2024
    Configuration menu
    Copy the full SHA
    6b25e7c View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2024

  1. Configuration menu
    Copy the full SHA
    8fe6270 View commit details
    Browse the repository at this point in the history
Loading