Skip to content

Commit 2f2b6a3

Browse files
[pre-commit.ci] pre-commit autoupdate (#27)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent aae5868 commit 2f2b6a3

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.pre-commit-config.yaml

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/pre-commit/pre-commit-hooks
3-
rev: v4.1.0
3+
rev: v4.2.0
44
hooks:
55
- id: check-added-large-files
66
args: ['--maxkb=100']
@@ -21,7 +21,7 @@ repos:
2121
- id: rst-inline-touching-normal
2222
- id: text-unicode-replacement-char
2323
- repo: https://github.com/asottile/pyupgrade
24-
rev: v2.31.1
24+
rev: v2.32.0
2525
hooks:
2626
- id: pyupgrade
2727
args: [--py37-plus]
@@ -31,11 +31,11 @@ repos:
3131
- id: reorder-python-imports
3232
args: [--py37-plus, --add-import, 'from __future__ import annotations']
3333
- repo: https://github.com/asottile/setup-cfg-fmt
34-
rev: v1.20.0
34+
rev: v1.20.1
3535
hooks:
3636
- id: setup-cfg-fmt
3737
- repo: https://github.com/psf/black
38-
rev: 22.1.0
38+
rev: 22.3.0
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.10.1
68+
rev: 0.11.1
6969
hooks:
7070
- id: doc8
7171
- repo: https://github.com/econchick/interrogate

0 commit comments

Comments
 (0)