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 Loading
base: 24.2.0
Choose a base ref
...
head repository: psf/black Loading
compare: 24.3.0
Choose a head ref
  • 14 commits
  • 18 files changed
  • 9 contributors

Commits on Feb 12, 2024

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

Commits on Feb 26, 2024

  1. Update empty line documentation (#4239)

    Reflects status quo following #4043
    
    Fixes #4238
    hauntsaninja committed Feb 26, 2024
    Configuration menu
    Copy the full SHA
    ea66d40 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8990023 View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2024

  1. chore: Refactor delimiter_split() (#4257)

    Signed-off-by: RedGuy12 <[email protected]>
    RedGuy12 committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    0f18001 View commit details
    Browse the repository at this point in the history
  2. Make trailing comma logic more concise (#4202)

    Signed-off-by: RedGuy12 <[email protected]>
    RedGuy12 committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    d0287e1 View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2024

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

Commits on Mar 3, 2024

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

Commits on Mar 10, 2024

  1. Fix AST safety check false negative (#4270)

    Fixes #4268
    
    Previously we would allow whitespace changes in all strings, now
    only in docstrings.
    
    Co-authored-by: Shantanu <[email protected]>
    JelleZijlstra and hauntsaninja committed Mar 10, 2024
    1 Configuration menu
    Copy the full SHA
    6af7d11 View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2024

  1. Configuration menu
    Copy the full SHA
    e5510af View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    719e674 View commit details
    Browse the repository at this point in the history
  3. Use regex where we ignore case on windows (#4252)

    On windows the path `FoObAR` is the same as `foobar`, so the output
    of `black` on a windows machine could output the path to `.gitignore`
    with an upper or lower-case drive letter.
    KaiSforza committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    1abcffc View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2024

  1. Configuration menu
    Copy the full SHA
    7b5a657 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f000936 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    552baf8 View commit details
    Browse the repository at this point in the history
Loading