mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-04-15 01:51:46 +04:00
v1.14.4
This commit is contained in:
parent
35dd1907b6
commit
aa4bc9d241
2 changed files with 15 additions and 1 deletions
14
CHANGELOG.md
14
CHANGELOG.md
|
|
@ -1,3 +1,17 @@
|
||||||
|
1.14.4
|
||||||
|
======
|
||||||
|
|
||||||
|
### Fixes
|
||||||
|
- Don't filter `GIT_SSH_COMMAND` env variable from `git` commands
|
||||||
|
- #947 issue by @firba1.
|
||||||
|
- #948 PR by @firba1.
|
||||||
|
- Install npm packages as if they were installed from `git`
|
||||||
|
- #943 issue by @ssbarnea.
|
||||||
|
- #949 PR by @asottile.
|
||||||
|
- Don't filter `GIT_EXEC_PREFIX` env variable from `git` commands
|
||||||
|
- #664 issue by @revolter.
|
||||||
|
- #944 PR by @minrk.
|
||||||
|
|
||||||
1.14.3
|
1.14.3
|
||||||
======
|
======
|
||||||
|
|
||||||
|
|
|
||||||
2
setup.py
2
setup.py
|
|
@ -13,7 +13,7 @@ setup(
|
||||||
long_description=long_description,
|
long_description=long_description,
|
||||||
long_description_content_type='text/markdown',
|
long_description_content_type='text/markdown',
|
||||||
url='https://github.com/pre-commit/pre-commit',
|
url='https://github.com/pre-commit/pre-commit',
|
||||||
version='1.14.3',
|
version='1.14.4',
|
||||||
author='Anthony Sottile',
|
author='Anthony Sottile',
|
||||||
author_email='asottile@umich.edu',
|
author_email='asottile@umich.edu',
|
||||||
classifiers=[
|
classifiers=[
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue