Skip to content

Commit 38b5662

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/asottile/pyupgrade: v3.18.0 → v3.19.0](asottile/pyupgrade@v3.18.0...v3.19.0)
1 parent 5e53ff7 commit 38b5662

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ repos:
3434
args: [--extend-ignore=F401] # ignore imported unused in __init__.py
3535
files: __init__.py
3636
- repo: https://github.com/asottile/pyupgrade
37-
rev: v3.18.0
37+
rev: v3.19.0
3838
hooks:
3939
- id: pyupgrade
4040
- repo: https://github.com/asottile/seed-isort-config

0 commit comments

Comments
 (0)