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 c9945b9 commit 61cc55aCopy full SHA for 61cc55a
2 files changed
CHANGELOG.md
@@ -1,3 +1,20 @@
1
+3.5.0 - 2023-10-13
2
+==================
3
+
4
+### Features
5
+- Improve performance of `check-hooks-apply` and `check-useless-excludes`.
6
+ - #2998 PR by @mxr.
7
+ - #2935 issue by @mxr.
8
9
+### Fixes
10
+- Use `time.monotonic()` for more accurate hook timing.
11
+ - #3024 PR by @adamchainz.
12
13
+### Migrating
14
+- Require npm 6.x+ for `language: node` hooks.
15
+ - #2996 PR by @RoelAdriaans.
16
+ - #1983 issue by @henryiii.
17
18
3.4.0 - 2023-09-02
19
==================
20
setup.cfg
@@ -1,6 +1,6 @@
[metadata]
name = pre_commit
-version = 3.4.0
+version = 3.5.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