mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-01-13 20:40:08 -06:00
v1.15.0
This commit is contained in:
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
|
||||
======
|
||||
|
||||
|
||||
Reference in New Issue
Block a user