We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bcd8274 commit a0a7347Copy full SHA for a0a7347
CHANGELOG.md
@@ -1,3 +1,11 @@
1
+3.3.2 - 2023-05-17
2
+==================
3
+
4
+### Fixes
5
+- Work around `r` on windows sometimes double-un-quoting arguments.
6
+ - #2885 PR by @lorenzwalthert.
7
+ - #2870 issue by @lorenzwalthert.
8
9
3.3.1 - 2023-05-02
10
==================
11
setup.cfg
@@ -1,6 +1,6 @@
[metadata]
name = pre_commit
-version = 3.3.1
+version = 3.3.2
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