mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-01-14 13:00:10 -06:00
v2.11.0
This commit is contained in:
@@ -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
|
||||
===================
|
||||
|
||||
|
||||
Reference in New Issue
Block a user