File tree Expand file tree Collapse file tree 2 files changed +35
-1
lines changed
Expand file tree Collapse file tree 2 files changed +35
-1
lines changed Original file line number Diff line number Diff line change 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+
1351.6.0
236=====
337
Original file line number Diff line number Diff line change 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' ,
You can’t perform that action at this time.
0 commit comments