mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-02-17 00:04:42 +04:00
v3.0.2
This commit is contained in:
parent
2e1cfa8f05
commit
6abb05a60c
2 changed files with 11 additions and 1 deletions
10
CHANGELOG.md
10
CHANGELOG.md
|
|
@ -1,3 +1,13 @@
|
||||||
|
3.0.2 - 2023-01-29
|
||||||
|
==================
|
||||||
|
|
||||||
|
### Fixes
|
||||||
|
- Prevent local `Gemfile` from interfering with hook execution.
|
||||||
|
- #2727 PR by @asottile.
|
||||||
|
- Fix `language: r`, `repo: local` hooks
|
||||||
|
- pre-commit-ci/issues#107 by @lorenzwalthert.
|
||||||
|
- #2728 PR by @asottile.
|
||||||
|
|
||||||
3.0.1 - 2023-01-26
|
3.0.1 - 2023-01-26
|
||||||
==================
|
==================
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
[metadata]
|
[metadata]
|
||||||
name = pre_commit
|
name = pre_commit
|
||||||
version = 3.0.1
|
version = 3.0.2
|
||||||
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