Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 5169f45

Browse files
committed
v1.15.0
1 parent a009dd6 commit 5169f45

2 files changed

Lines changed: 33 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,35 @@
1+
1.15.0
2+
======
3+
4+
### Features
5+
- No longer require being in a `git` repo to run `pre-commit` `clean` / `gc` /
6+
`sample-config`.
7+
- #959 PR by @asottile.
8+
- Improve command line length limit detection.
9+
- #691 issue by @antonbabenko.
10+
- #966 PR by @asottile.
11+
- Use shallow cloning when possible.
12+
- #958 PR by @DanielChabrowski.
13+
- Add `minimum_pre_commit_version` top level key to require a new-enough
14+
version of `pre-commit`.
15+
- #977 PR by @asottile.
16+
- Add helpful CI-friendly message when running
17+
`pre-commit run --all-files --show-diff-on-failure`.
18+
- #982 PR by @bnorquist.
19+
20+
### Fixes
21+
- Fix `try-repo` for staged untracked changes.
22+
- #973 PR by @DanielChabrowski.
23+
- Fix rpm build by explicitly using `#!/usr/bin/env python3` in hook template.
24+
- #985 issue by @tim77.
25+
- #986 PR by @tim77.
26+
- Guard against infinite recursion when executing legacy hook script.
27+
- #981 PR by @tristan0x.
28+
29+
### Misc
30+
- Add test for `git.no_git_env()`
31+
- #972 PR by @javabrett.
32+
133
1.14.4
234
======
335

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = pre_commit
3-
version = 1.14.4
3+
version = 1.15.0
44
description = A framework for managing and maintaining multi-language pre-commit hooks.
55
long_description = file: README.md
66
long_description_content_type = text/markdown

0 commit comments

Comments
 (0)