mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-04-14 17:41:45 +04:00
v2.9.1
This commit is contained in:
parent
a9ed1de5f7
commit
c4f2c6d24d
3 changed files with 17 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.0
|
rev: v2.9.1
|
||||||
hooks:
|
hooks:
|
||||||
- id: validate_manifest
|
- id: validate_manifest
|
||||||
- repo: https://github.com/asottile/pyupgrade
|
- repo: https://github.com/asottile/pyupgrade
|
||||||
|
|
|
||||||
15
CHANGELOG.md
15
CHANGELOG.md
|
|
@ -1,3 +1,18 @@
|
||||||
|
2.9.1 - 2020-11-25
|
||||||
|
==================
|
||||||
|
|
||||||
|
### Fixes
|
||||||
|
- Improve error message for "hook goes missing"
|
||||||
|
- #1709 PR by @paulhfischer.
|
||||||
|
- #1708 issue by @theod07.
|
||||||
|
- Add warning for `/*` in `files` / `exclude` regexes
|
||||||
|
- #1707 PR by @paulhfischer.
|
||||||
|
- #1702 issue by @asottile.
|
||||||
|
- Fix `healthy()` check for `language: python` on windows when the base
|
||||||
|
executable has non-ascii characters.
|
||||||
|
- #1713 PR by @asottile.
|
||||||
|
- #1711 issue by @Najiva.
|
||||||
|
|
||||||
2.9.0 - 2020-11-21
|
2.9.0 - 2020-11-21
|
||||||
==================
|
==================
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
[metadata]
|
[metadata]
|
||||||
name = pre_commit
|
name = pre_commit
|
||||||
version = 2.9.0
|
version = 2.9.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