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 2a51ffc commit f35134bCopy full SHA for f35134b
2 files changed
CHANGELOG.md
@@ -1,3 +1,15 @@
1
+4.6.0 - 2026-04-21
2
+==================
3
+
4
+### Features
5
+- `pre-commit hook-impl`: allow `--hook-dir` to be missing to enable easier
6
+ usage with `git` 2.54+ git hooks.
7
+ - #3662 PR by @asottile.
8
9
+### Fixes
10
+- `pre-commit hook-impl`: `--hook-type` is required.
11
+ - #3661 PR by @asottile.
12
13
4.5.1 - 2025-12-16
14
==================
15
setup.cfg
@@ -1,6 +1,6 @@
[metadata]
name = pre_commit
-version = 4.5.1
+version = 4.6.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