mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-02-20 01:24:42 +04:00
Merge pull request #916 from pre-commit/asottile-patch-1
Fix non-parallel option changelog entry
This commit is contained in:
commit
570d629a14
1 changed files with 2 additions and 2 deletions
|
|
@ -77,7 +77,7 @@
|
||||||
|
|
||||||
### Features
|
### Features
|
||||||
- Run hooks in parallel
|
- Run hooks in parallel
|
||||||
- individual hooks may opt out of parallel exection with `parallel: false`
|
- individual hooks may opt out of parallel exection with `require_serial: true`
|
||||||
- #510 issue by @chriskuehl.
|
- #510 issue by @chriskuehl.
|
||||||
- #851 PR by @chriskuehl.
|
- #851 PR by @chriskuehl.
|
||||||
|
|
||||||
|
|
@ -103,7 +103,7 @@
|
||||||
- #885 PR by @s0undt3ch.
|
- #885 PR by @s0undt3ch.
|
||||||
|
|
||||||
### Updating
|
### Updating
|
||||||
- If a hook requires serial execution, set `parallel: false` to avoid the new
|
- If a hook requires serial execution, set `require_serial: true` to avoid the new
|
||||||
parallel execution.
|
parallel execution.
|
||||||
- `ruby` hooks now require `gem>=2.0.0`. If your platform doesn't support this
|
- `ruby` hooks now require `gem>=2.0.0`. If your platform doesn't support this
|
||||||
by default, select a newer version using
|
by default, select a newer version using
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue