File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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+
1391.12.0
240======
341
Original file line number Diff line number Diff line change 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' ,
18181919 classifiers = [
You can’t perform that action at this time.
0 commit comments