mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-02-17 00:04:42 +04:00
v1.14.3
This commit is contained in:
parent
f3b4565e8c
commit
2fa0fabb05
2 changed files with 16 additions and 1 deletions
15
CHANGELOG.md
15
CHANGELOG.md
|
|
@ -1,3 +1,18 @@
|
|||
1.14.3
|
||||
======
|
||||
|
||||
### Fixes
|
||||
- Improve performance of filename classification by 45% - 55%.
|
||||
- #921 PR by @asottile.
|
||||
- Fix installing `go` hooks while `GOBIN` environment variable is set.
|
||||
- #924 PR by @ashanbrown.
|
||||
- Fix crash while running `pre-commit migrate-config` / `pre-commit autoupdate`
|
||||
with an empty configuration file.
|
||||
- #929 issue by @ardakuyumcu.
|
||||
- #933 PR by @jessebona.
|
||||
- Require a newer virtualenv to fix metadata-based setup.cfg installs.
|
||||
- #936 PR by @asottile.
|
||||
|
||||
1.14.2
|
||||
======
|
||||
|
||||
|
|
|
|||
2
setup.py
2
setup.py
|
|
@ -13,7 +13,7 @@ setup(
|
|||
long_description=long_description,
|
||||
long_description_content_type='text/markdown',
|
||||
url='https://github.com/pre-commit/pre-commit',
|
||||
version='1.14.2',
|
||||
version='1.14.3',
|
||||
author='Anthony Sottile',
|
||||
author_email='asottile@umich.edu',
|
||||
classifiers=[
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue