mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-02-17 00:04:42 +04:00
v2.16.0
This commit is contained in:
parent
3efc436d71
commit
d91a4c47f3
3 changed files with 32 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.15.0
|
rev: v2.16.0
|
||||||
hooks:
|
hooks:
|
||||||
- id: validate_manifest
|
- id: validate_manifest
|
||||||
- repo: https://github.com/asottile/pyupgrade
|
- repo: https://github.com/asottile/pyupgrade
|
||||||
|
|
|
||||||
30
CHANGELOG.md
30
CHANGELOG.md
|
|
@ -1,3 +1,33 @@
|
||||||
|
2.16.0 - 2021-11-30
|
||||||
|
===================
|
||||||
|
|
||||||
|
### Features
|
||||||
|
- add warning for regexes containing `[\/]` or `[/\\]`.
|
||||||
|
- #2053 PR by @radek-sprta.
|
||||||
|
- #2043 issue by @asottile.
|
||||||
|
- move hook template back to `bash` resolving shebang-portability issues.
|
||||||
|
- #2065 PR by @asottile.
|
||||||
|
- add support for `fail_fast` at the individual hook level.
|
||||||
|
- #2097 PR by @colens3.
|
||||||
|
- #1143 issue by @potiuk.
|
||||||
|
- allow passthrough of `GIT_CONFIG_KEY_*`, `GIT_CONFIG_VALUE_*`, and
|
||||||
|
`GIT_CONFIG_COUNT`.
|
||||||
|
- #2136 PR by @emzeat.
|
||||||
|
|
||||||
|
### Fixes
|
||||||
|
- fix pre-commit autoupdate for `core.useBuiltinFSMonitor=true` on windows.
|
||||||
|
- #2047 PR by @asottile.
|
||||||
|
- #2046 issue by @lcnittl.
|
||||||
|
- fix temporary file stashing with for `submodule.recurse=1`.
|
||||||
|
- #2071 PR by @asottile.
|
||||||
|
- #2063 issue by @a666.
|
||||||
|
- ban broken importlib-resources versions.
|
||||||
|
- #2098 PR by @asottile.
|
||||||
|
- replace `exit(...)` with `raise SystemExit(...)` for portability.
|
||||||
|
- #2103 PR by @asottile.
|
||||||
|
- #2104 PR by @asottile.
|
||||||
|
|
||||||
|
|
||||||
2.15.0 - 2021-09-02
|
2.15.0 - 2021-09-02
|
||||||
===================
|
===================
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
[metadata]
|
[metadata]
|
||||||
name = pre_commit
|
name = pre_commit
|
||||||
version = 2.15.0
|
version = 2.16.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