mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-02-17 00:04:42 +04:00
v3.5.0
This commit is contained in:
parent
c9945b9aa3
commit
61cc55a59c
2 changed files with 18 additions and 1 deletions
17
CHANGELOG.md
17
CHANGELOG.md
|
|
@ -1,3 +1,20 @@
|
||||||
|
3.5.0 - 2023-10-13
|
||||||
|
==================
|
||||||
|
|
||||||
|
### Features
|
||||||
|
- Improve performance of `check-hooks-apply` and `check-useless-excludes`.
|
||||||
|
- #2998 PR by @mxr.
|
||||||
|
- #2935 issue by @mxr.
|
||||||
|
|
||||||
|
### Fixes
|
||||||
|
- Use `time.monotonic()` for more accurate hook timing.
|
||||||
|
- #3024 PR by @adamchainz.
|
||||||
|
|
||||||
|
### Migrating
|
||||||
|
- Require npm 6.x+ for `language: node` hooks.
|
||||||
|
- #2996 PR by @RoelAdriaans.
|
||||||
|
- #1983 issue by @henryiii.
|
||||||
|
|
||||||
3.4.0 - 2023-09-02
|
3.4.0 - 2023-09-02
|
||||||
==================
|
==================
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
[metadata]
|
[metadata]
|
||||||
name = pre_commit
|
name = pre_commit
|
||||||
version = 3.4.0
|
version = 3.5.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