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 92678c3 commit 15bd0c7Copy full SHA for 15bd0c7
CHANGELOG.md
@@ -1,3 +1,13 @@
1
+3.6.1 - 2024-02-10
2
+==================
3
+
4
+### Fixes
5
+- Remove `PYTHONEXECUTABLE` from environment when running.
6
+ - #3110 PR by @untitaker.
7
+- Handle staged-files-only with only a crlf diff.
8
+ - #3126 PR by @asottile.
9
+ - issue by @tyyrok.
10
11
3.6.0 - 2023-12-09
12
==================
13
setup.cfg
@@ -1,6 +1,6 @@
[metadata]
name = pre_commit
-version = 3.6.0
+version = 3.6.1
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