mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-04-15 01:51:46 +04:00
v1.15.0
This commit is contained in:
parent
a009dd6caf
commit
5169f455c9
2 changed files with 33 additions and 1 deletions
32
CHANGELOG.md
32
CHANGELOG.md
|
|
@ -1,3 +1,35 @@
|
||||||
|
1.15.0
|
||||||
|
======
|
||||||
|
|
||||||
|
### Features
|
||||||
|
- No longer require being in a `git` repo to run `pre-commit` `clean` / `gc` /
|
||||||
|
`sample-config`.
|
||||||
|
- #959 PR by @asottile.
|
||||||
|
- Improve command line length limit detection.
|
||||||
|
- #691 issue by @antonbabenko.
|
||||||
|
- #966 PR by @asottile.
|
||||||
|
- Use shallow cloning when possible.
|
||||||
|
- #958 PR by @DanielChabrowski.
|
||||||
|
- Add `minimum_pre_commit_version` top level key to require a new-enough
|
||||||
|
version of `pre-commit`.
|
||||||
|
- #977 PR by @asottile.
|
||||||
|
- Add helpful CI-friendly message when running
|
||||||
|
`pre-commit run --all-files --show-diff-on-failure`.
|
||||||
|
- #982 PR by @bnorquist.
|
||||||
|
|
||||||
|
### Fixes
|
||||||
|
- Fix `try-repo` for staged untracked changes.
|
||||||
|
- #973 PR by @DanielChabrowski.
|
||||||
|
- Fix rpm build by explicitly using `#!/usr/bin/env python3` in hook template.
|
||||||
|
- #985 issue by @tim77.
|
||||||
|
- #986 PR by @tim77.
|
||||||
|
- Guard against infinite recursion when executing legacy hook script.
|
||||||
|
- #981 PR by @tristan0x.
|
||||||
|
|
||||||
|
### Misc
|
||||||
|
- Add test for `git.no_git_env()`
|
||||||
|
- #972 PR by @javabrett.
|
||||||
|
|
||||||
1.14.4
|
1.14.4
|
||||||
======
|
======
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
[metadata]
|
[metadata]
|
||||||
name = pre_commit
|
name = pre_commit
|
||||||
version = 1.14.4
|
version = 1.15.0
|
||||||
description = A framework for managing and maintaining multi-language pre-commit hooks.
|
description = A framework for managing and maintaining multi-language pre-commit hooks.
|
||||||
long_description = file: README.md
|
long_description = file: README.md
|
||||||
long_description_content_type = text/markdown
|
long_description_content_type = text/markdown
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue