mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-02-17 00:04:42 +04:00
v2.10.0
This commit is contained in:
parent
588b6ed3fc
commit
c67ba85311
3 changed files with 26 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.9.3
|
rev: v2.10.0
|
||||||
hooks:
|
hooks:
|
||||||
- id: validate_manifest
|
- id: validate_manifest
|
||||||
- repo: https://github.com/asottile/pyupgrade
|
- repo: https://github.com/asottile/pyupgrade
|
||||||
|
|
|
||||||
24
CHANGELOG.md
24
CHANGELOG.md
|
|
@ -1,3 +1,27 @@
|
||||||
|
2.10.0 - 2021-01-27
|
||||||
|
===================
|
||||||
|
|
||||||
|
### Features
|
||||||
|
- Allow `ci` as a top-level map for configuration for https://pre-commit.ci
|
||||||
|
- #1735 PR by @asottile.
|
||||||
|
- Add warning for mutable `rev` in configuration
|
||||||
|
- #1715 PR by @paulhfischer.
|
||||||
|
- #974 issue by @asottile.
|
||||||
|
- Add warning for `/*` in top-level `files` / `exclude` regexes
|
||||||
|
- #1750 PR by @paulhfischer.
|
||||||
|
- #1702 issue by @asottile.
|
||||||
|
- Expose `PRE_COMMIT_REMOTE_BRANCH` environment variable during `pre-push`
|
||||||
|
hooks
|
||||||
|
- #1770 PR by @surafelabebe.
|
||||||
|
- Produce error message for `language` / `language_version` for non-installable
|
||||||
|
languages
|
||||||
|
- #1771 PR by @asottile.
|
||||||
|
|
||||||
|
### Fixes
|
||||||
|
- Fix execution in worktrees in subdirectories of bare repositories
|
||||||
|
- #1778 PR by @asottile.
|
||||||
|
- #1777 issue by @s0undt3ch.
|
||||||
|
|
||||||
2.9.3 - 2020-12-07
|
2.9.3 - 2020-12-07
|
||||||
==================
|
==================
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
[metadata]
|
[metadata]
|
||||||
name = pre_commit
|
name = pre_commit
|
||||||
version = 2.9.3
|
version = 2.10.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