-
Notifications
You must be signed in to change notification settings - Fork 1
Comparing changes
Open a pull request
base repository: glehmann/pre-commit
base: main
head repository: PacificGilly/pre-commit
compare: main
- 18 commits
- 12 files changed
- 4 contributors
Commits on Feb 10, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 032d8e2 - Browse repository at this point
Copy the full SHA 032d8e2View commit details -
Merge pull request pre-commit#3126 from pre-commit/crlf-only-diff
staged_files_only can handle a crlf-only diff
Configuration menu - View commit details
-
Copy full SHA for 92678c3 - Browse repository at this point
Copy the full SHA 92678c3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 15bd0c7 - Browse repository at this point
Copy the full SHA 15bd0c7View commit details
Commits on Feb 18, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 61d9c95 - Browse repository at this point
Copy the full SHA 61d9c95View commit details -
Merge pull request pre-commit#3130 from pre-commit/golang-build-durin…
…g-commit-a fix building golang hooks during `commit --all`
Configuration menu - View commit details
-
Copy full SHA for 3187538 - Browse repository at this point
Copy the full SHA 3187538View commit details -
Configuration menu - View commit details
-
Copy full SHA for e525726 - Browse repository at this point
Copy the full SHA e525726View commit details
Commits on Feb 20, 2024
-
[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)
Configuration menu - View commit details
-
Copy full SHA for a768c03 - Browse repository at this point
Copy the full SHA a768c03View commit details -
Merge pull request pre-commit#3132 from pre-commit/pre-commit-ci-upda…
…te-config [pre-commit.ci] pre-commit autoupdate
Configuration menu - View commit details
-
Copy full SHA for 7b868c3 - Browse repository at this point
Copy the full SHA 7b868c3View commit details
Commits on Mar 2, 2024
-
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.
Configuration menu - View commit details
-
Copy full SHA for e580096 - Browse repository at this point
Copy the full SHA 10000e580096View commit details -
Merge pull request pre-commit#3122 from glehmann/docker-tty
give docker a tty output when expecting color
Configuration menu - View commit details
-
Copy full SHA for 5e11c26 - Browse repository at this point
Copy the full SHA 5e11c26View commit details
Commits on Mar 13, 2024
-
[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)
Configuration menu - View commit details
-
Copy full SHA for 75b3e52 - Browse repository at this point
Copy the full SHA 75b3e52View commit details -
Merge pull request pre-commit#3150 from pre-commit/pre-commit-ci-upda…
…te-config [pre-commit.ci] pre-commit autoupdate
Configuration menu - View commit details
-
Copy full SHA for 3bdf9fb - Browse repository at this point
Copy the full SHA 3bdf9fbView commit details
Commits on Mar 18, 2024
-
[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)
Configuration menu - View commit details
-
Copy full SHA for 0939c11 - Browse repository at this point
Copy the full SHA 0939c11View commit details
Commits on Mar 20, 2024
-
Merge pull request pre-commit#3155 from pre-commit/pre-commit-ci-upda…
…te-config [pre-commit.ci] pre-commit autoupdate
Configuration menu - View commit details
-
Copy full SHA for 716da1e - Browse repository at this point
Copy the full SHA 716da1eView commit details
Commits on Mar 24, 2024
-
Configuration menu - View commit details
-
Copy full SHA for fc62215 - Browse repository at this point
Copy the full SHA fc62215View commit details -
Merge pull request pre-commit#3168 from pre-commit/fix-fail-fast
fix per-hook fail_fast to not fail on previous failures
Configuration menu - View commit details
-
Copy full SHA for d46c8fc - Browse repository at this point
Copy the full SHA d46c8fcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7b4667e - Browse repository at this point
Copy the full SHA 7b4667eView commit details
Commits on Mar 27, 2024
-
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
Configuration menu - View commit details
-
Copy full SHA for 291a8b4 - Browse repository at this point
Copy the full SHA 291a8b4View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff main...main