mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-02-17 00:04:42 +04:00
v2.14.1
This commit is contained in:
parent
12f62d2191
commit
0f08ba77c8
3 changed files with 14 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.14.0
|
rev: v2.14.1
|
||||||
hooks:
|
hooks:
|
||||||
- id: validate_manifest
|
- id: validate_manifest
|
||||||
- repo: https://github.com/asottile/pyupgrade
|
- repo: https://github.com/asottile/pyupgrade
|
||||||
|
|
|
||||||
12
CHANGELOG.md
12
CHANGELOG.md
|
|
@ -1,3 +1,15 @@
|
||||||
|
2.14.1 - 2021-08-28
|
||||||
|
===================
|
||||||
|
|
||||||
|
### Fixes
|
||||||
|
- fix force-push of disparate histories using git>=2.28.
|
||||||
|
- #2005 PR by @asottile.
|
||||||
|
- #2002 issue by @bogusfocused.
|
||||||
|
- fix `check-useless-excludes` and `check-hooks-apply` matching non-root
|
||||||
|
`.pre-commit-config.yaml`.
|
||||||
|
- #2026 PR by @asottile.
|
||||||
|
- pre-commit-ci/issues#84 issue by @billsioros.
|
||||||
|
|
||||||
2.14.0 - 2021-08-06
|
2.14.0 - 2021-08-06
|
||||||
===================
|
===================
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
[metadata]
|
[metadata]
|
||||||
name = pre_commit
|
name = pre_commit
|
||||||
version = 2.14.0
|
version = 2.14.1
|
||||||
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