mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-02-17 08:14:42 +04:00
v0.5.0
This commit is contained in:
parent
483c4a3d6c
commit
20c546a7da
2 changed files with 8 additions and 1 deletions
|
|
@ -1,3 +1,10 @@
|
|||
0.5.0
|
||||
=====
|
||||
- Add a new "local" hook type for running hooks without remote configuration.
|
||||
- Complain loudly when .pre-commit-config.yaml is unstaged.
|
||||
- Better support for multiple language versions when running hooks.
|
||||
- Allow exclude to be defaulted in repository configuration.
|
||||
|
||||
0.4.4
|
||||
=====
|
||||
- Use sys.executable when executing virtualenv
|
||||
|
|
|
|||
2
setup.py
2
setup.py
|
|
@ -9,7 +9,7 @@ setup(
|
|||
'hooks.'
|
||||
),
|
||||
url='https://github.com/pre-commit/pre-commit',
|
||||
version='0.4.4',
|
||||
version='0.5.0',
|
||||
|
||||
author='Anthony Sottile',
|
||||
author_email='asottile@umich.edu',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue