Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84436ad commit 70bd821Copy full SHA for 70bd821
2 files changed
CHANGELOG.md
@@ -1,3 +1,8 @@
1
+0.14.3
2
+======
3
+- Expose `--origin` and `--source` as `PRE_COMMIT_ORIGIN` and
4
+ `PRE_COMMIT_SOURCE` environment variables when running as `pre-push`.
5
+
6
0.14.2
7
======
8
- Use `--no-ext-diff` when running `git diff`
setup.py
@@ -9,7 +9,7 @@
9
'hooks.'
10
),
11
url='https://github.com/pre-commit/pre-commit',
12
- version='0.14.2',
+ version='0.14.3',
13
14
author='Anthony Sottile',
15
author_email='[email protected]',
0 commit comments