Skip to content

Commit cdfd910

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

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']
@@ -29,7 +29,7 @@ repos:
2929
- id: rst-inline-touching-normal
3030
- id: text-unicode-replacement-char
3131
- repo: https://github.com/asottile/pyupgrade
32-
rev: v2.31.1
32+
rev: v2.32.0
3333
hooks:
3434
- id: pyupgrade
3535
args: [--py37-plus]
@@ -39,11 +39,11 @@ repos:
3939
- id: reorder-python-imports
4040
args: [--py37-plus, --add-import, 'from __future__ import annotations']
4141
- repo: https://github.com/asottile/setup-cfg-fmt
42-
rev: v1.20.0
42+
rev: v1.20.1
4343
hooks:
4444
- id: setup-cfg-fmt
4545
- repo: https://github.com/psf/black
46-
rev: 22.1.0
46+
rev: 22.3.0
4747
hooks:
4848
- id: black
4949
- repo: https://github.com/asottile/blacken-docs
@@ -73,7 +73,7 @@ repos:
7373
Pygments,
7474
]
7575
- repo: https://github.com/PyCQA/doc8
76-
rev: 0.10.1
76+
rev: 0.11.1
7777
hooks:
7878
- id: doc8
7979
- repo: https://github.com/econchick/interrogate

0 commit comments

Comments
 (0)