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.1.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.1.1
Choose a head ref
  • 6 commits
  • 13 files changed
  • 3 contributors

Commits on Jan 26, 2024

  1. New changelog

    JelleZijlstra committed Jan 26, 2024
    Configuration menu
    Copy the full SHA
    659c29a View commit details
    Browse the repository at this point in the history
  2. Fix cache file length (#4176)

    - Ensure total file length stays under 96
    - Hash the path only if it's too long
    - Proceed normally (with a warning) if the cache can't be read
    
    Fixes #4172
    JelleZijlstra authored Jan 26, 2024
    Configuration menu
    Copy the full SHA
    ed770ba View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2024

  1. Configuration menu
    Copy the full SHA
    1607e9a View commit details
    Browse the repository at this point in the history
  2. Consistently add trailing comma on typed parameters (#4164)

    Signed-off-by: RedGuy12 <[email protected]>
    Co-authored-by: Jelle Zijlstra <[email protected]>
    cobaltt7 and JelleZijlstra authored Jan 27, 2024
    Configuration menu
    Copy the full SHA
    8bf0454 View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2024

  1. Configuration menu
    Copy the full SHA
    79fc115 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e026c93 View commit details
    Browse the repository at this point in the history
Loading