Skip to content

Commit 24efe22

Browse files
[pre-commit.ci] pre-commit autoupdate (#39)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent ae51f44 commit 24efe22

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.pre-commit-config.yaml

Lines changed: 5 additions & 5 deletions
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']
@@ -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.31.1
25+
rev: v2.32.0
2626
hooks:
2727
- id: pyupgrade
2828
args: [--py37-plus]
@@ -32,11 +32,11 @@ repos:
3232
- id: reorder-python-imports
3333
args: [--py37-plus, --add-import, 'from __future__ import annotations']
3434
- repo: https://github.com/asottile/setup-cfg-fmt
35-
rev: v1.20.0
35+
rev: v1.20.1
3636
hooks:
3737
- id: setup-cfg-fmt
3838
- repo: https://github.com/psf/black
39-
rev: 22.1.0
39+
rev: 22.3.0
4040
hooks:
4141
- id: black
4242
- repo: https://github.com/asottile/blacken-docs
@@ -66,7 +66,7 @@ repos:
6666
Pygments,
6767
]
6868
- repo: https://github.com/PyCQA/doc8
69-
rev: 0.10.1
69+
rev: 0.11.1
7070
hooks:
7171
- id: doc8
7272
- repo: https://github.com/econchick/interrogate

0 commit comments

Comments
 (0)