8000 Comparing glehmann:main...PacificGilly:main · glehmann/pre-commit · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
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: glehmann/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: PacificGilly/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
  • 12 files changed
  • 4 contributors

Commits on Feb 10, 2024

  1. Configuration menu
    Copy the full SHA
    032d8e2 View commit details
    Browse the repository at this point in the history
  2. Merge pull request pre-commit#3126 from pre-commit/crlf-only-diff

    staged_files_only can handle a crlf-only diff
    asottile authored Feb 10, 2024
    Configuration menu
    Copy the full SHA
    92678c3 View commit details
    Browse the repository at this point in the history
  3. v3.6.1

    asottile committed Feb 10, 2024
    Configuration menu
    Copy the full SHA
    15bd0c7 View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2024

  1. Configuration menu
    Copy the full SHA
    61d9c95 View commit details
    Browse the repository at this point in the history
  2. Merge pull request pre-commit#3130 from pre-commit/golang-build-durin…

    …g-commit-a
    
    fix building golang hooks during `commit --all`
    asottile authored Feb 18, 2024
    Configuration menu
    Copy the full SHA
    3187538 View commit details
    Browse the repository at this point in the history
  3. v3.6.2

    asottile committed Feb 18, 2024
    Configuration menu
    Copy the full SHA
    e525726 View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2024

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

    updates:
    - [github.com/asottile/pyupgrade: v3.15.0 → v3.15.1](asottile/pyupgrade@v3.15.0...v3.15.1)
    pre-commit-ci[bot] authored Feb 20, 2024
    Configuration menu
    Copy the full SHA
    a768c03 View commit details
    Browse the repository at this point in the history
  2. Merge pull request pre-commit#3132 from pre-commit/pre-commit-ci-upda…

    …te-config
    
    [pre-commit.ci] pre-commit autoupdate
    asottile authored Feb 20, 2024
    Configuration menu
    Copy the full SHA
    7b868c3 View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2024

  1. give docker a tty output when expecting color

    this makes the behavior more consistent with the system language
    and would help the executable run in a docker container to
    produce a colored output.
    glehmann authored and asottile committed Mar 2, 2024
    Configuration menu
    Copy the full SHA 10000
    e580096 View commit details
    Browse the repository at this point in the history
  2. Merge pull request pre-commit#3122 from glehmann/docker-tty

    give docker a tty output when expecting color
    asottile authored Mar 2, 2024
    Configuration menu
    Copy the full SHA
    5e11c26 View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2024

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

    updates:
    - [github.com/pre-commit/mirrors-mypy: v1.8.0 → v1.9.0](pre-commit/mirrors-mypy@v1.8.0...v1.9.0)
    pre-commit-ci[bot] authored Mar 13, 2024
    Configuration menu
    Copy the full SHA
    75b3e52 View commit details
    Browse the repository at this point in the history
  2. Merge pull request pre-commit#3150 from pre-commit/pre-commit-ci-upda…

    …te-config
    
    [pre-commit.ci] pre-commit autoupdate
    asottile authored Mar 13, 2024
    Configuration menu
    Copy the full SHA
    3bdf9fb View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2024

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

    updates:
    - [github.com/hhatto/autopep8: v2.0.4 → v2.1.0](hhatto/autopep8@v2.0.4...v2.1.0)
    pre-commit-ci[bot] authored Mar 18, 2024
    Configuration menu
    Copy the full SHA
    0939c11 View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2024

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

    …te-config
    
    [pre-commit.ci] pre-commit autoupdate
    asottile authored Mar 20, 2024
    Configuration menu
    Copy the full SHA
    716da1e View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2024

  1. Configuration menu
    Copy the full SHA
    fc62215 View commit details
    Browse the repository at this point in the history
  2. Merge pull request pre-commit#3168 from pre-commit/fix-fail-fast

    fix per-hook fail_fast to not fail on previous failures
    asottile authored Mar 24, 2024
    Configuration menu
    Copy the full SHA
    d46c8fc View commit details
    Browse the repository at this point in the history
  3. v3.7.0

    asottile committed Mar 24, 2024
    Configuration menu
    Copy the full SHA
    7b4667e View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2024

  1. Fix virtualenv lower limit to remain PEP 632 compliant.

    In Python 3.12 PEP 632 [0] kicks into effect and removes distutils from
    the standard libraries. This has downstream effects with older versions
    of pip (23.1.x) now broken at its core and unable to install anything.
    
    As the current low-bound of `virtualenv` installs 23.1.x of pip when
    you use pre-commit + python 3.12 you also break all your hooks. Since
    its not normal to explicit set the dependency of `virtualenv` we should
    increase the lower bounds to also make `pre-commit` PEP 632 compatible.
    
    [0] https://peps.python.org/pep-0632/#migration-advice
    PacificGilly committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    291a8b4 View commit details
    Browse the repository at this point in the history
Loading
0