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: cooker-code/pre-commit
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: pre-commit/pre-commit
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 18 commits
  • 15 files changed
  • 4 contributors

Commits on Jul 13, 2026

  1. [pre-commit.ci] pre-commit autoupdate

    updates:
    - [github.com/asottile/reorder-python-imports: v3.16.0 → v3.17.0](asottile/reorder-python-imports@v3.16.0...v3.17.0)
    - [github.com/pre-commit/mirrors-mypy: v2.1.0 → v2.3.0](pre-commit/mirrors-mypy@v2.1.0...v2.3.0)
    pre-commit-ci[bot] authored Jul 13, 2026
    Configuration menu
    Copy the full SHA
    fae89ce View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2026

  1. Merge pull request pre-commit#3717 from pre-commit/pre-commit-ci-upda…

    …te-config
    
    [pre-commit.ci] pre-commit autoupdate
    asottile authored Jul 15, 2026
    Configuration menu
    Copy the full SHA
    ff8541f View commit details
    Browse the repository at this point in the history
  2. install via git for language: node

    this avoids trying to play catch-up with whatever preparation commands npm
    does when installing from `npm i git+...` (which differs from `npm i a/dir`)
    the latter does not run any preparation commands leading to broken installs
    
    the previous command we were using was suggested by the npm devs, however some
    of the options that it was using are no longer part of npm itself and npm 12.x
    errors on unknown options
    asottile committed Jul 15, 2026
    Configuration menu
    Copy the full SHA
    b1cc920 View commit details
    Browse the repository at this point in the history
  3. Merge pull request pre-commit#3719 from pre-commit/npm-unknown-options

    install via git for `language: node`
    asottile authored Jul 15, 2026
    Configuration menu
    Copy the full SHA
    b2b9119 View commit details
    Browse the repository at this point in the history
  4. set JULIA_DEPOT_PATH

    damonbayer authored and asottile committed Jul 15, 2026
    Configuration menu
    Copy the full SHA
    1e7994f View commit details
    Browse the repository at this point in the history
  5. Merge pull request pre-commit#3711 from damonbayer/dmb_JULIA_DEPOT_PATH

    set `JULIA_DEPOT_PATH`
    asottile authored Jul 15, 2026
    Configuration menu
    Copy the full SHA
    374d354 View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2026

  1. Return an error for invalid --repo

    mxr authored and asottile committed Jul 21, 2026
    Configuration menu
    Copy the full SHA
    1d811d9 View commit details
    Browse the repository at this point in the history
  2. Merge pull request pre-commit#3701 from pre-commit/autoupdate-repos

    Return an error for invalid --repo
    asottile authored Jul 21, 2026
    Configuration menu
    Copy the full SHA
    3613bf2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2e01c99 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8a1c47a View commit details
    Browse the repository at this point in the history
  5. Merge pull request pre-commit#3726 from pre-commit/exists-faster

    faster check of rev existing locally as a commit
    asottile authored Jul 21, 2026
    Configuration menu
    Copy the full SHA
    1558d06 View commit details
    Browse the repository at this point in the history
  6. Merge pull request pre-commit#3727 from pre-commit/dedupe

    avoid duplicate files in --all-files during conflict
    asottile authored Jul 21, 2026
    Configuration menu
    Copy the full SHA
    766e550 View commit details
    Browse the repository at this point in the history
  7. v4.6.1

    asottile committed Jul 21, 2026
    Configuration menu
    Copy the full SHA
    242ce8a View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2026

  1. Configuration menu
    Copy the full SHA
    3056619 View commit details
    Browse the repository at this point in the history
  2. Merge pull request pre-commit#3743 from pre-commit/npm-build-scripts-…

    …11-x
    
    fix `language: node` for hooks with build scripts and npm 11.x
    asottile authored Aug 10, 2026
    Configuration menu
    Copy the full SHA
    42ee3ff View commit details
    Browse the repository at this point in the history
  3. v4.6.2

    asottile committed Aug 10, 2026
    Configuration menu
    Copy the full SHA
    9767b6c View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2026

  1. [pre-commit.ci] pre-commit autoupdate

    updates:
    - [github.com/pre-commit/mirrors-mypy: v2.3.0 → v2.3.1](pre-commit/mirrors-mypy@v2.3.0...v2.3.1)
    pre-commit-ci[bot] authored Aug 17, 2026
    Configuration menu
    Copy the full SHA
    080ab70 View commit details
    Browse the repository at this point in the history
  2. Merge pull request pre-commit#3747 from pre-commit/pre-commit-ci-upda…

    …te-config
    
    [pre-commit.ci] pre-commit autoupdate
    asottile authored Aug 17, 2026
    Configuration menu
    Copy the full SHA
    a9bba55 View commit details
    Browse the repository at this point in the history
Loading