Skip to content

Commit 8c25010

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/asottile/pyupgrade: v3.16.0 → v3.19.1](asottile/pyupgrade@v3.16.0...v3.19.1) - [github.com/pre-commit/pre-commit-hooks: v4.6.0 → v5.0.0](pre-commit/pre-commit-hooks@v4.6.0...v5.0.0) - [github.com/psf/black: 24.4.2 → 24.10.0](psf/black@24.4.2...24.10.0)
1 parent b5f8179 commit 8c25010

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@ ci:
22
autoupdate_schedule: quarterly
33
repos:
44
- repo: https://github.com/asottile/pyupgrade
5-
rev: v3.16.0
5+
rev: v3.19.1
66
hooks:
77
- id: pyupgrade
88
args: [--py37-plus]
99
- repo: https://github.com/pre-commit/pre-commit-hooks
10-
rev: v4.6.0
10+
rev: v5.0.0
1111
hooks:
1212
- id: check-added-large-files
1313
- id: check-ast
@@ -31,7 +31,7 @@ repos:
3131
args: [--line-length=79, --transform-concats]
3232

3333
- repo: https://github.com/psf/black
34-
rev: 24.4.2
34+
rev: 24.10.0
3535
hooks:
3636
- id: black
3737

0 commit comments

Comments
 (0)