Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 8aec369

Browse files
committed
v2.11.1
1 parent 478efe5 commit 8aec369

3 files changed

Lines changed: 9 additions & 2 deletions

File tree

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ repos:
2121
hooks:
2222
- id: autopep8
2323
- repo: https://github.com/pre-commit/pre-commit
24-
rev: v2.11.0
24+
rev: v2.11.1
2525
hooks:
2626
- id: validate_manifest
2727
- repo: https://github.com/asottile/pyupgrade

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
2.11.1 - 2021-03-09
2+
===================
3+
4+
### Fixes
5+
- Fix r hooks when hook repo is a package
6+
- #1831 PR by @lorenzwalthert.
7+
18
2.11.0 - 2021-03-07
29
===================
310

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = pre_commit
3-
version = 2.11.0
3+
version = 2.11.1
44
description = A framework for managing and maintaining multi-language pre-commit hooks.
55
long_description = file: README.md
66
long_description_content_type = text/markdown

0 commit comments

Comments
 (0)