Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf6f11d commit aa48766Copy full SHA for aa48766
2 files changed
CHANGELOG.md
@@ -1,3 +1,16 @@
1
+4.2.0 - 2025-03-18
2
+==================
3
+
4
+### Features
5
+- For `language: python` first attempt a versioned python executable for
6
+ the default language version before consulting a potentially unversioned
7
+ `sys.executable`.
8
+ - #3430 PR by @asottile.
9
10
+### Fixes
11
+- Handle error during conflict detection when a file is named "HEAD"
12
+ - #3425 PR by @tusharsadhwani.
13
14
4.1.0 - 2025-01-20
15
==================
16
setup.cfg
@@ -1,6 +1,6 @@
[metadata]
name = pre_commit
-version = 4.1.0
+version = 4.2.0
description = A framework for managing and maintaining multi-language pre-commit hooks.
long_description = file: README.md
long_description_content_type = text/markdown
0 commit comments