This commit is contained in:
Anthony Sottile
2021-03-09 16:57:10 -08:00
parent 478efe55c6
commit 8aec369df7
3 changed files with 9 additions and 2 deletions

View File

@@ -21,7 +21,7 @@ repos:
hooks:
- id: autopep8
- repo: https://github.com/pre-commit/pre-commit
rev: v2.11.0
rev: v2.11.1
hooks:
- id: validate_manifest
- repo: https://github.com/asottile/pyupgrade

View File

@@ -1,3 +1,10 @@
2.11.1 - 2021-03-09
===================
### Fixes
- Fix r hooks when hook repo is a package
- #1831 PR by @lorenzwalthert.
2.11.0 - 2021-03-07
===================

View File

@@ -1,6 +1,6 @@
[metadata]
name = pre_commit
version = 2.11.0
version = 2.11.1
description = A framework for managing and maintaining multi-language pre-commit hooks.
long_description = file: README.md
long_description_content_type = text/markdown