Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 491b905

Browse files
committed
v0.17.0
1 parent fefedfa commit 491b905

2 files changed

Lines changed: 11 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
0.17.0
2+
======
3+
- Fix typos in help
4+
- Allow `commit-msg` hook to be uninstalled
5+
- Upgrade the `sample-config`
6+
- Remove undocumented `--no-stash` and `--allow-unstaged-config`
7+
- Remove `validate_config` hook pre-commit hook.
8+
- Fix installation race condition when multiple `pre-commit` processes would
9+
attempt to install the same repository.
10+
111
0.16.3
212
======
313
- autoupdate attempts to maintain config formatting.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
'hooks.'
1010
),
1111
url='https://github.com/pre-commit/pre-commit',
12-
version='0.16.3',
12+
version='0.17.0',
1313

1414
author='Anthony Sottile',
1515
author_email='[email protected]',

0 commit comments

Comments
 (0)