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 f5af0a9 commit 0276e25Copy full SHA for 0276e25
CHANGELOG.md
@@ -1,3 +1,10 @@
1
+2.18.1 - 2022-04-02
2
+===================
3
+
4
+### Fixes
5
+- Fix regression for `repo: local` hooks running `python<3.7`
6
+ - #2324 PR by @asottile.
7
8
2.18.0 - 2022-04-02
9
===================
10
setup.cfg
@@ -1,6 +1,6 @@
[metadata]
name = pre_commit
-version = 2.18.0
+version = 2.18.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