mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-02-17 00:04:42 +04:00
v0.17.0
This commit is contained in:
parent
fefedfa777
commit
491b90548f
2 changed files with 11 additions and 1 deletions
10
CHANGELOG.md
10
CHANGELOG.md
|
|
@ -1,3 +1,13 @@
|
|||
0.17.0
|
||||
======
|
||||
- Fix typos in help
|
||||
- Allow `commit-msg` hook to be uninstalled
|
||||
- Upgrade the `sample-config`
|
||||
- Remove undocumented `--no-stash` and `--allow-unstaged-config`
|
||||
- Remove `validate_config` hook pre-commit hook.
|
||||
- Fix installation race condition when multiple `pre-commit` processes would
|
||||
attempt to install the same repository.
|
||||
|
||||
0.16.3
|
||||
======
|
||||
- autoupdate attempts to maintain config formatting.
|
||||
|
|
|
|||
2
setup.py
2
setup.py
|
|
@ -9,7 +9,7 @@ setup(
|
|||
'hooks.'
|
||||
),
|
||||
url='https://github.com/pre-commit/pre-commit',
|
||||
version='0.16.3',
|
||||
version='0.17.0',
|
||||
|
||||
author='Anthony Sottile',
|
||||
author_email='asottile@umich.edu',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue