Skip to content

Commit f76e7b8

Browse files
committed
v1.7.0
1 parent 45a0f90 commit f76e7b8

File tree

2 files changed

+35
-1
lines changed

2 files changed

+35
-1
lines changed

CHANGELOG.md

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,37 @@
1+
1.7.0
2+
=====
3+
4+
### Features
5+
- pre-commit config validation was split to a separate `cfgv` library
6+
- #700 PR by @asottile.
7+
- Allow `--repo` to be specified multiple times to autoupdate
8+
- #658 issue by @KevinHock.
9+
- #713 PR by @asottile.
10+
- Enable `rev` as a preferred alternative to `sha` in `.pre-commit-config.yaml`
11+
- #106 issue by @asottile.
12+
- #715 PR by @asottile.
13+
- Use `--clean-src` option when invoking `nodeenv` to save ~70MB per node env
14+
- #717 PR by @asottile.
15+
- Refuse to install with `core.hooksPath` set
16+
- pre-commit/pre-commit-hooks#250 issue by @revolter.
17+
- #663 issue by @asottile.
18+
- #718 PR by @asottile.
19+
20+
### Fixes
21+
- hooks with `additional_dependencies` now get isolated environments
22+
- #590 issue by @coldnight.
23+
- #711 PR by @asottile.
24+
25+
### Misc
26+
- test against swift 4.x
27+
- #709 by @theresama.
28+
29+
### Updating
30+
31+
- Run `pre-commit migrate-config` to convert `sha` to `rev` in the
32+
`.pre-commit-config.yaml` file.
33+
34+
135
1.6.0
236
=====
337

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='1.6.0',
12+
version='1.7.0',
1313

1414
author='Anthony Sottile',
1515
author_email='asottile@umich.edu',

0 commit comments

Comments
 (0)