File tree Expand file tree Collapse file tree 2 files changed +26
-1
lines changed
Expand file tree Collapse file tree 2 files changed +26
-1
lines changed Original file line number Diff line number Diff line change 1+ 2.3.0 - 2020-04-22
2+ ==================
3+
4+ ### Features
5+ - Calculate character width using ` east_asian_width `
6+ - #1378 PR by @sophgn .
7+ - Use ` language_version: system ` by default for ` node ` hooks if ` node ` / ` npm `
8+ are globally installed.
9+ - #1388 PR by @asottile .
10+
11+ ### Fixes
12+ - No longer use a hard-coded user id for docker hooks on windows
13+ - #1371 PR by @killuazhu .
14+ - Fix colors on windows during ` git commit `
15+ - #1381 issue by @Cielquan .
16+ - #1382 PR by @asottile .
17+ - Produce readable error message for incorrect argument count to ` hook-impl `
18+ - #1394 issue by @pip9ball .
19+ - #1395 PR by @asottile .
20+ - Fix installations which involve an upgrade of ` pip ` on windows
21+ - #1398 issue by @xiaohuazi123 .
22+ - #1399 PR by @asottile .
23+ - Preserve line endings in ` pre-commit autoupdate `
24+ - #1402 PR by @utek .
25+
1262.2.0 - 2020-03-12
227==================
328
Original file line number Diff line number Diff line change 11[metadata]
22name = pre_commit
3- version = 2.2 .0
3+ version = 2.3 .0
44description = A framework for managing and maintaining multi-language pre-commit hooks.
55long_description = file: README.md
66long_description_content_type = text/markdown
You can’t perform that action at this time.
0 commit comments