Skip to content

Commit 2bd6e55

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

+2-2
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']
@@ -35,7 +35,7 @@ repos:
3535
- id: reorder-python-imports
3636
args: [--py37-plus, --add-import, 'from __future__ import annotations']
3737
- repo: https://github.com/asottile/pyupgrade
38-
rev: v2.31.1
38+
rev: v2.32.0
3939
hooks:
4040
- id: pyupgrade
4141
args: [--py37-plus]

0 commit comments

Comments
 (0)