|
| 1 | +2.8.0 - 2020-10-28 |
| 2 | +================== |
| 3 | + |
| 4 | +### Fixes |
| 5 | +- Improve `healthy()` check for `language: node` + `language_version: system` |
| 6 | + hooks when the system executable goes missing. |
| 7 | + - pre-commit/action#45 issue by @KOliver94. |
| 8 | + - #1589 issue by @asottile. |
| 9 | + - #1590 PR by @asottile. |
| 10 | +- Fix excess whitespace in error log traceback |
| 11 | + - #1592 PR by @asottile. |
| 12 | +- Fix posixlike shebang invocations with shim executables of the git hook |
| 13 | + script on windows. |
| 14 | + - #1593 issue by @Celeborn2BeAlive. |
| 15 | + - #1595 PR by @Celeborn2BeAlive. |
| 16 | +- Remove hard-coded `C:\PythonXX\python.exe` path on windows as it caused |
| 17 | + confusion (and `virtualenv` can sometimes do better) |
| 18 | + - #1599 PR by @asottile. |
| 19 | +- Fix `language: ruby` hooks when `--format-executable` is present in a gemrc |
| 20 | + - issue by `Rainbow Tux` (discord). |
| 21 | + - #1603 PR by @asottile. |
| 22 | +- Move `cygwin` / `win32` mismatch error earlier to catch msys2 mismatches |
| 23 | + - #1605 issue by @danyeaw. |
| 24 | + - #1606 PR by @asottile. |
| 25 | +- Remove `-p` workaround for old `virtualenv` |
| 26 | + - #1617 PR by @asottile. |
| 27 | +- Fix `language: node` installations to not symlink outside of the environment |
| 28 | + - pre-commit-ci/issues#2 issue by @DanielJSottile. |
| 29 | + - #1667 PR by @asottile. |
| 30 | +- Don't identify shim executables as valid `system` for defaulting |
| 31 | + `language_version` for `language: node` / `language: ruby` |
| 32 | + - #1658 issue by @adithyabsk. |
| 33 | + - #1668 PR by @asottile. |
| 34 | + |
| 35 | +### Features |
| 36 | +- Update `rbenv` / `ruby-build` |
| 37 | + - #1612 issue by @tdeo. |
| 38 | + - #1614 PR by @asottile. |
| 39 | +- Update `sample-config` versions |
| 40 | + - #1611 PR by @mcsitter. |
| 41 | +- Add new language: `dotnet` |
| 42 | + - #1598 by @rkm. |
| 43 | +- Add `--negate` option to `language: pygrep` hooks |
| 44 | + - #1643 PR by @MarcoGorelli. |
| 45 | +- Add zipapp support |
| 46 | + - #1616 PR by @asottile. |
| 47 | +- Run pre-commit through https://pre-commit.ci |
| 48 | + - #1662 PR by @asottile. |
| 49 | +- Add new language: `coursier` (a jvm-based package manager) |
| 50 | + - #1633 PR by @JosephMoniz. |
| 51 | +- Exit with distinct codes: 1 (user error), 3 (unexpected error), 130 (^C) |
| 52 | + - #1601 PR by @int3l. |
| 53 | + |
| 54 | + |
1 | 55 | 2.7.1 - 2020-08-23 |
2 | 56 | ================== |
3 | 57 |
|
|
0 commit comments