mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-02-17 08:14:42 +04:00
v1.9.0
This commit is contained in:
parent
9a559cd764
commit
3555a2b158
2 changed files with 18 additions and 1 deletions
17
CHANGELOG.md
17
CHANGELOG.md
|
|
@ -1,3 +1,20 @@
|
||||||
|
1.9.0
|
||||||
|
=====
|
||||||
|
|
||||||
|
### Features
|
||||||
|
- Add new `python_venv` language which uses the `venv` module instead of
|
||||||
|
`virtualenv`
|
||||||
|
- #631 issue by @dongyuzheng.
|
||||||
|
- #739 PR by @ojii.
|
||||||
|
- Include `LICENSE` in distribution
|
||||||
|
- #745 issue by @nicoddemus.
|
||||||
|
- #746 PR by @nicoddemus.
|
||||||
|
|
||||||
|
### Fixes
|
||||||
|
- Normalize relative paths for `pre-commit try-repo`
|
||||||
|
- #750 PR by @asottile.
|
||||||
|
|
||||||
|
|
||||||
1.8.2
|
1.8.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.8.2',
|
version='1.9.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