mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-02-17 00:04:42 +04:00
v2.13.0
This commit is contained in:
parent
a1f2d69552
commit
229a4e03e3
3 changed files with 25 additions and 2 deletions
|
|
@ -21,7 +21,7 @@ repos:
|
||||||
hooks:
|
hooks:
|
||||||
- id: autopep8
|
- id: autopep8
|
||||||
- repo: https://github.com/pre-commit/pre-commit
|
- repo: https://github.com/pre-commit/pre-commit
|
||||||
rev: v2.12.1
|
rev: v2.13.0
|
||||||
hooks:
|
hooks:
|
||||||
- id: validate_manifest
|
- id: validate_manifest
|
||||||
- repo: https://github.com/asottile/pyupgrade
|
- repo: https://github.com/asottile/pyupgrade
|
||||||
|
|
|
||||||
23
CHANGELOG.md
23
CHANGELOG.md
|
|
@ -1,3 +1,26 @@
|
||||||
|
2.13.0 - 2021-05-21
|
||||||
|
===================
|
||||||
|
|
||||||
|
### Features
|
||||||
|
- Setting `SKIP=...` skips installation as well.
|
||||||
|
- #1875 PR by @asottile.
|
||||||
|
- pre-commit-ci/issues#53 issue by @TylerYep.
|
||||||
|
- Attempt to mount from host with docker-in-docker.
|
||||||
|
- #1888 PR by @okainov.
|
||||||
|
- #1387 issue by @okainov.
|
||||||
|
- Enable `repo: local` for `r` hooks.
|
||||||
|
- #1878 PR by @lorenzwalthert.
|
||||||
|
- Upgrade `ruby-build` and `rbenv`.
|
||||||
|
- #1913 PR by @jalessio.
|
||||||
|
|
||||||
|
### Fixes
|
||||||
|
- Better detect `r` packages.
|
||||||
|
- #1898 PR by @lorenzwalthert.
|
||||||
|
- Avoid warnings with mismatched `renv` versions.
|
||||||
|
- #1841 PR by @lorenzwalthert.
|
||||||
|
- Reproducibly produce ruby tar resources.
|
||||||
|
- #1915 PR by @asottile.
|
||||||
|
|
||||||
2.12.1 - 2021-04-16
|
2.12.1 - 2021-04-16
|
||||||
===================
|
===================
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
[metadata]
|
[metadata]
|
||||||
name = pre_commit
|
name = pre_commit
|
||||||
version = 2.12.1
|
version = 2.13.0
|
||||||
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