mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-02-17 08:14:42 +04:00
v4.2.0
This commit is contained in:
parent
bf6f11dc6c
commit
aa48766b88
2 changed files with 14 additions and 1 deletions
13
CHANGELOG.md
13
CHANGELOG.md
|
|
@ -1,3 +1,16 @@
|
||||||
|
4.2.0 - 2025-03-18
|
||||||
|
==================
|
||||||
|
|
||||||
|
### Features
|
||||||
|
- For `language: python` first attempt a versioned python executable for
|
||||||
|
the default language version before consulting a potentially unversioned
|
||||||
|
`sys.executable`.
|
||||||
|
- #3430 PR by @asottile.
|
||||||
|
|
||||||
|
### Fixes
|
||||||
|
- Handle error during conflict detection when a file is named "HEAD"
|
||||||
|
- #3425 PR by @tusharsadhwani.
|
||||||
|
|
||||||
4.1.0 - 2025-01-20
|
4.1.0 - 2025-01-20
|
||||||
==================
|
==================
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
[metadata]
|
[metadata]
|
||||||
name = pre_commit
|
name = pre_commit
|
||||||
version = 4.1.0
|
version = 4.2.0
|
||||||
description = A framework for managing and maintaining multi-language pre-commit hooks.
|
description = A framework for managing and maintaining multi-language pre-commit hooks.
|
||||||
long_description = file: README.md
|
long_description = file: README.md
|
||||||
long_description_content_type = text/markdown
|
long_description_content_type = text/markdown
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue