Skip to content

Commit 748c2ad

Browse files
committed
v1.13.0
1 parent 45a34d6 commit 748c2ad

2 files changed

Lines changed: 39 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,41 @@
1+
1.13.0
2+
======
3+
4+
### Features
5+
- Run hooks in parallel
6+
- individual hooks may opt out of parallel exection with `parallel: false`
7+
- #510 issue by @chriskuehl.
8+
- #851 PR by @chriskuehl.
9+
10+
### Fixes
11+
- Improve platform-specific `xargs` command length detection
12+
- #691 issue by @antonbabenko.
13+
- #839 PR by @georgeyk.
14+
- Fix `pre-commit autoupdate` when updating to a latest tag missing a
15+
`.pre-commit-hooks.yaml`
16+
- #856 issue by @asottile.
17+
- #857 PR by @runz0rd.
18+
- Upgrade the `pre-commit-hooks` version in `pre-commit sample-config`
19+
- #870 by @asottile.
20+
- Improve balancing of multiprocessing by deterministic shuffling of args
21+
- #861 issue by @Dunedan.
22+
- #874 PR by @chriskuehl.
23+
- `ruby` hooks work with latest `gem` by removing `--no-ri` / `--no-rdoc` and
24+
instead using `--no-document`.
25+
- #889 PR by @asottile.
26+
27+
### Misc
28+
- Use `--no-gpg-sign` when running tests
29+
- #885 PR by @s0undt3ch.
30+
31+
### Updating
32+
- If a hook requires serial execution, set `parallel: false` to avoid the new
33+
parallel execution.
34+
- `ruby` hooks now require `gem>=2.0.0`. If your platform doesn't support this
35+
by default, select a newer version using
36+
[`language_version`](https://pre-commit.com/#overriding-language-version).
37+
38+
139
1.12.0
240
======
341

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
long_description=long_description,
1414
long_description_content_type='text/markdown',
1515
url='https://github.com/pre-commit/pre-commit',
16-
version='1.12.0',
16+
version='1.13.0',
1717
author='Anthony Sottile',
1818
author_email='[email protected]',
1919
classifiers=[

0 commit comments

Comments
 (0)