Skip to content

Commit 8d54085

Browse files
[pre-commit.ci] pre-commit autoupdate (#23)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 4f4869a commit 8d54085

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=25']
@@ -28,7 +28,7 @@ repos:
2828
- id: rst-inline-touching-normal
2929
- id: text-unicode-replacement-char
3030
- repo: https://github.com/asottile/pyupgrade
31-
rev: v2.31.1
31+
rev: v2.32.0
3232
hooks:
3333
- id: pyupgrade
3434
args: [--py37-plus]
@@ -38,11 +38,11 @@ repos:
3838
- id: reorder-python-imports
3939
args: [--py37-plus, --add-import, 'from __future__ import annotations']
4040
- repo: https://github.com/asottile/setup-cfg-fmt
41-
rev: v1.20.0
41+
rev: v1.20.1
4242
hooks:
4343
- id: setup-cfg-fmt
4444
- repo: https://github.com/psf/black
45-
rev: 22.1.0
45+
rev: 22.3.0
4646
hooks:
4747
- id: black
4848
- repo: https://github.com/asottile/blacken-docs
@@ -72,7 +72,7 @@ repos:
7272
Pygments,
7373
]
7474
- repo: https://github.com/PyCQA/doc8
75-
rev: 0.10.1
75+
rev: 0.11.1
7676
hooks:
7777
- id: doc8
7878
- repo: https://github.com/econchick/interrogate

0 commit comments

Comments
 (0)