mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-02-17 00:04:42 +04:00
Fix non-parallel option changelog entry
This commit is contained in:
parent
90cfe677bc
commit
9898b490df
1 changed files with 2 additions and 2 deletions
|
|
@ -77,7 +77,7 @@
|
|||
|
||||
### Features
|
||||
- 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.
|
||||
- #851 PR by @chriskuehl.
|
||||
|
||||
|
|
@ -103,7 +103,7 @@
|
|||
- #885 PR by @s0undt3ch.
|
||||
|
||||
### 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.
|
||||
- `ruby` hooks now require `gem>=2.0.0`. If your platform doesn't support this
|
||||
by default, select a newer version using
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue