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 2e1cfa8 commit 6abb05aCopy full SHA for 6abb05a
CHANGELOG.md
@@ -1,3 +1,13 @@
1
+3.0.2 - 2023-01-29
2
+==================
3
+
4
+### Fixes
5
+- Prevent local `Gemfile` from interfering with hook execution.
6
+ - #2727 PR by @asottile.
7
+- Fix `language: r`, `repo: local` hooks
8
+ - pre-commit-ci/issues#107 by @lorenzwalthert.
9
+ - #2728 PR by @asottile.
10
11
3.0.1 - 2023-01-26
12
==================
13
setup.cfg
@@ -1,6 +1,6 @@
[metadata]
name = pre_commit
-version = 3.0.1
+version = 3.0.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