File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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+
1331.14.4
234======
335
Original file line number Diff line number Diff line change 11[metadata]
22name = pre_commit
3- version = 1.14.4
3+ version = 1.15.0
44description = A framework for managing and maintaining multi-language pre-commit hooks.
55long_description = file: README.md
66long_description_content_type = text/markdown
You can’t perform that action at this time.
0 commit comments