mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-02-17 00:04:42 +04:00
v2.11.0
This commit is contained in:
parent
b3750cac62
commit
54c49abbcb
3 changed files with 22 additions and 2 deletions
|
|
@ -21,7 +21,7 @@ repos:
|
|||
hooks:
|
||||
- id: autopep8
|
||||
- repo: https://github.com/pre-commit/pre-commit
|
||||
rev: v2.10.1
|
||||
rev: v2.11.0
|
||||
hooks:
|
||||
- id: validate_manifest
|
||||
- repo: https://github.com/asottile/pyupgrade
|
||||
|
|
|
|||
20
CHANGELOG.md
20
CHANGELOG.md
|
|
@ -1,3 +1,23 @@
|
|||
2.11.0 - 2021-03-07
|
||||
===================
|
||||
|
||||
### Features
|
||||
- Improve warning for mutable ref.
|
||||
- #1809 PR by @JamMarHer.
|
||||
- Add support for `post-merge` hook.
|
||||
- #1800 PR by @psacawa.
|
||||
- #1762 issue by @psacawa.
|
||||
- Add `r` as a supported hook language.
|
||||
- #1799 PR by @lorenzwalthert.
|
||||
|
||||
### Fixes
|
||||
- Fix `pre-commit install` on `subst` / network drives on windows.
|
||||
- #1814 PR by @asottile.
|
||||
- #1802 issue by @goroderickgo.
|
||||
- Fix installation of `local` golang repositories for go 1.16.
|
||||
- #1818 PR by @rafikdraoui.
|
||||
- #1815 issue by @rafikdraoui.
|
||||
|
||||
2.10.1 - 2021-02-06
|
||||
===================
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
[metadata]
|
||||
name = pre_commit
|
||||
version = 2.10.1
|
||||
version = 2.11.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