mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-02-17 00:04:42 +04:00
v2.3.0
This commit is contained in:
parent
54fdd6ae5f
commit
bcff73c9cc
2 changed files with 26 additions and 1 deletions
25
CHANGELOG.md
25
CHANGELOG.md
|
|
@ -1,3 +1,28 @@
|
|||
2.3.0 - 2020-04-22
|
||||
==================
|
||||
|
||||
### Features
|
||||
- Calculate character width using `east_asian_width`
|
||||
- #1378 PR by @sophgn.
|
||||
- Use `language_version: system` by default for `node` hooks if `node` / `npm`
|
||||
are globally installed.
|
||||
- #1388 PR by @asottile.
|
||||
|
||||
### Fixes
|
||||
- No longer use a hard-coded user id for docker hooks on windows
|
||||
- #1371 PR by @killuazhu.
|
||||
- Fix colors on windows during `git commit`
|
||||
- #1381 issue by @Cielquan.
|
||||
- #1382 PR by @asottile.
|
||||
- Produce readable error message for incorrect argument count to `hook-impl`
|
||||
- #1394 issue by @pip9ball.
|
||||
- #1395 PR by @asottile.
|
||||
- Fix installations which involve an upgrade of `pip` on windows
|
||||
- #1398 issue by @xiaohuazi123.
|
||||
- #1399 PR by @asottile.
|
||||
- Preserve line endings in `pre-commit autoupdate`
|
||||
- #1402 PR by @utek.
|
||||
|
||||
2.2.0 - 2020-03-12
|
||||
==================
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue