mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-02-17 00:04:42 +04:00
v1.2.0
This commit is contained in:
parent
e70825ab31
commit
883bd42046
2 changed files with 23 additions and 1 deletions
22
CHANGELOG.md
22
CHANGELOG.md
|
|
@ -1,3 +1,25 @@
|
||||||
|
1.2.0
|
||||||
|
=====
|
||||||
|
|
||||||
|
### Features
|
||||||
|
- Add `pygrep` language
|
||||||
|
- `pygrep` aims to be a more cross-platform alternative to `pcre` hooks.
|
||||||
|
- #630 PR by @asottile.
|
||||||
|
|
||||||
|
### Fixes
|
||||||
|
- Use `pipes.quote` for executable path in hook template
|
||||||
|
- Fixes bash syntax error when git dir contains spaces
|
||||||
|
- #626 PR by @asottile.
|
||||||
|
- Clean up hook template
|
||||||
|
- Simplify code
|
||||||
|
- Fix `--config` not being respected in some situations
|
||||||
|
- #627 PR by @asottile.
|
||||||
|
- Use `file://` protocol for cloning under test
|
||||||
|
- Fix `file://` clone paths being treated as urls for golang
|
||||||
|
- Add `ctypes` as an import for virtualenv healthchecks
|
||||||
|
- Fixes python3.6.2 <=> python3.6.3 virtualenv invalidation
|
||||||
|
- e70825ab by @asottile.
|
||||||
|
|
||||||
1.1.2
|
1.1.2
|
||||||
=====
|
=====
|
||||||
|
|
||||||
|
|
|
||||||
2
setup.py
2
setup.py
|
|
@ -9,7 +9,7 @@ setup(
|
||||||
'hooks.'
|
'hooks.'
|
||||||
),
|
),
|
||||||
url='https://github.com/pre-commit/pre-commit',
|
url='https://github.com/pre-commit/pre-commit',
|
||||||
version='1.1.2',
|
version='1.2.0',
|
||||||
|
|
||||||
author='Anthony Sottile',
|
author='Anthony Sottile',
|
||||||
author_email='asottile@umich.edu',
|
author_email='asottile@umich.edu',
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue