Skip to content

Commit 2476565

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

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.2.0
3+
rev: v4.3.0
44
hooks:
55
- id: check-added-large-files
66
args: ['--maxkb=100']
@@ -26,21 +26,21 @@ repos:
2626
- id: python-use-type-annotations
2727
- id: text-unicode-replacement-char
2828
- repo: https://github.com/asottile/pyupgrade
29-
rev: v2.32.0
29+
rev: v2.37.2
3030
hooks:
3131
- id: pyupgrade
3232
args: [--py37-plus]
3333
- repo: https://github.com/asottile/reorder_python_imports
34-
rev: v3.0.1
34+
rev: v3.8.2
3535
hooks:
3636
- id: reorder-python-imports
3737
args: [--py37-plus, --add-import, 'from __future__ import annotations']
3838
- repo: https://github.com/asottile/setup-cfg-fmt
39-
rev: v1.20.1
39+
rev: v1.20.2
4040
hooks:
4141
- id: setup-cfg-fmt
4242
- repo: https://github.com/psf/black
43-
rev: 22.3.0
43+
rev: 22.6.0
4444
hooks:
4545
- id: black
4646
- repo: https://github.com/asottile/blacken-docs

0 commit comments

Comments
 (0)