File tree Expand file tree Collapse file tree 2 files changed +22
-1
lines changed
Expand file tree Collapse file tree 2 files changed +22
-1
lines changed Original file line number Diff line number Diff line change 1+ 2.5.0 - 2020-06-08
2+ ==================
3+
4+ ### Features
5+ - Expose a ` PRE_COMMIT=1 ` environment variable when running hooks
6+ - #1467 PR by @tech-chad .
7+ - #1426 issue by @lorenzwalthert .
8+
9+ ### Fixes
10+ - Fix ` UnicodeDecodeError ` on windows when using the ` py ` launcher to detect
11+ executables with non-ascii characters in the path
12+ - #1474 PR by @asottile .
13+ - #1472 issue by DrFobos.
14+ - Fix ` DeprecationWarning ` on python3.9 for ` random.shuffle ` method
15+ - #1480 PR by @asottile .
16+ - #1479 issue by @isidentical .
17+ - Normalize slashes earlier such that global ` files ` / ` exclude ` use forward
18+ slashes on windows as well.
19+ - #1494 PR by @asottile .
20+ - #1476 issue by @harrybiddle .
21+
1222.4.0 - 2020-05-11
223==================
324
Original file line number Diff line number Diff line change 11[metadata]
22name = pre_commit
3- version = 2.4 .0
3+ version = 2.5 .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