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 772d7d4 commit cc4a522Copy full SHA for cc4a522
2 files changed
CHANGELOG.md
@@ -1,3 +1,12 @@
1
+4.0.1 - 2024-10-08
2
+==================
3
+
4
+### Fixes
5
+- Fix `pre-commit migrate-config` for unquoted deprecated stages names with
6
+ purelib `pyyaml`.
7
+ - #3324 PR by @asottile.
8
+ - pre-commit-ci/issues#234 issue by @lorenzwalthert.
9
10
4.0.0 - 2024-10-05
11
==================
12
setup.cfg
@@ -1,6 +1,6 @@
[metadata]
name = pre_commit
-version = 4.0.0
+version = 4.0.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