Skip to content

Commit 63e9c09

Browse files
[pre-commit.ci] pre-commit autoupdate (#17)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent fb6d8d4 commit 63e9c09

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ repos:
2222
- id: rst-inline-touching-normal
2323
- id: text-unicode-replacement-char
2424
- repo: https://github.com/asottile/pyupgrade
25-
rev: v2.19.4
25+
rev: v2.21.2
2626
hooks:
2727
- id: pyupgrade
2828
args: [--py36-plus]
@@ -35,7 +35,7 @@ repos:
3535
hooks:
3636
- id: setup-cfg-fmt
3737
- repo: https://github.com/psf/black
38-
rev: 21.6b0
38+
rev: 21.7b0
3939
hooks:
4040
- id: black
4141
- repo: https://github.com/asottile/blacken-docs
@@ -65,7 +65,7 @@ repos:
6565
Pygments,
6666
]
6767
- repo: https://github.com/PyCQA/doc8
68-
rev: 0.9.0a1
68+
rev: 0.9.0
6969
hooks:
7070
- id: doc8
7171
- repo: https://github.com/econchick/interrogate

0 commit comments

Comments
 (0)