mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-02-17 00:04:42 +04:00
v2.10.1
This commit is contained in:
parent
2dac92cc8c
commit
0047fa35dd
3 changed files with 10 additions and 2 deletions
|
|
@ -21,7 +21,7 @@ repos:
|
|||
hooks:
|
||||
- id: autopep8
|
||||
- repo: https://github.com/pre-commit/pre-commit
|
||||
rev: v2.10.0
|
||||
rev: v2.10.1
|
||||
hooks:
|
||||
- id: validate_manifest
|
||||
- repo: https://github.com/asottile/pyupgrade
|
||||
|
|
|
|||
|
|
@ -1,3 +1,11 @@
|
|||
2.10.1 - 2021-02-06
|
||||
===================
|
||||
|
||||
### Fixes
|
||||
- Fix `language: golang` repositories containing recursive submodules
|
||||
- #1788 issue by @gaurav517.
|
||||
- #1789 PR by @paulhfischer.
|
||||
|
||||
2.10.0 - 2021-01-27
|
||||
===================
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
[metadata]
|
||||
name = pre_commit
|
||||
version = 2.10.0
|
||||
version = 2.10.1
|
||||
description = A framework for managing and maintaining multi-language pre-commit hooks.
|
||||
long_description = file: README.md
|
||||
long_description_content_type = text/markdown
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue