Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 478efe5 commit 8aec369Copy full SHA for 8aec369
3 files changed
.pre-commit-config.yaml
@@ -21,7 +21,7 @@ repos:
21
hooks:
22
- id: autopep8
23
- repo: https://github.com/pre-commit/pre-commit
24
- rev: v2.11.0
+ rev: v2.11.1
25
26
- id: validate_manifest
27
- repo: https://github.com/asottile/pyupgrade
CHANGELOG.md
@@ -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
8
2.11.0 - 2021-03-07
9
===================
10
setup.cfg
@@ -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
0 commit comments