mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-02-17 08:14:42 +04:00
v1.15.1
This commit is contained in:
parent
6302dec938
commit
b33f2c40d8
2 changed files with 9 additions and 1 deletions
|
|
@ -1,3 +1,11 @@
|
||||||
|
1.15.1
|
||||||
|
======
|
||||||
|
|
||||||
|
### Fixes
|
||||||
|
- Fix command length calculation on posix when `SC_ARG_MAX` is not defined.
|
||||||
|
- #691 issue by @ushuz.
|
||||||
|
- #987 PR by @asottile.
|
||||||
|
|
||||||
1.15.0
|
1.15.0
|
||||||
======
|
======
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
[metadata]
|
[metadata]
|
||||||
name = pre_commit
|
name = pre_commit
|
||||||
version = 1.15.0
|
version = 1.15.1
|
||||||
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