mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-02-17 08:14:42 +04:00
v2.7.0
This commit is contained in:
parent
a438dbfcf6
commit
f1de792877
2 changed files with 24 additions and 1 deletions
23
CHANGELOG.md
23
CHANGELOG.md
|
|
@ -1,3 +1,26 @@
|
|||
2.7.0 - 2020-08-22
|
||||
==================
|
||||
|
||||
### Features
|
||||
- Produce error message if an environment is immediately unhealthy
|
||||
- #1535 PR by @asottile.
|
||||
- Add --no-allow-missing-config option to init-templatedir
|
||||
- #1539 PR by @singergr.
|
||||
- Add warning for old list-style configuration
|
||||
- #1544 PR by @asottile.
|
||||
- Allow pre-commit to succeed on a readonly store.
|
||||
- #1570 PR by @asottile.
|
||||
- #1536 issue by @asottile.
|
||||
|
||||
### Fixes
|
||||
- Fix error messaging when the store directory is readonly
|
||||
- #1546 PR by @asottile.
|
||||
- #1536 issue by @asottile.
|
||||
- Improve `diff` performance with many hooks
|
||||
- #1566 PR by @jhenkens.
|
||||
- #1564 issue by @jhenkens.
|
||||
|
||||
|
||||
2.6.0 - 2020-07-01
|
||||
==================
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
[metadata]
|
||||
name = pre_commit
|
||||
version = 2.6.0
|
||||
version = 2.7.0
|
||||
description = A framework for managing and maintaining multi-language pre-commit hooks.
|
||||
long_description = file: README.md
|
||||
long_description_content_type = text/markdown
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue