Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fefedfa commit 491b905Copy full SHA for 491b905
2 files changed
CHANGELOG.md
@@ -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
+
11
0.16.3
12
======
13
- autoupdate attempts to maintain config formatting.
setup.py
@@ -9,7 +9,7 @@
'hooks.'
),
url='https://github.com/pre-commit/pre-commit',
- version='0.16.3',
+ version='0.17.0',
14
author='Anthony Sottile',
15
author_email='[email protected]',
0 commit comments