1
0
mirror of https://github.com/home-assistant/core.git synced 2026-04-19 00:10:21 +01:00

Update pyupgrade to v2.34.0 (#73530)

This commit is contained in:
Franck Nijhof
2022-06-15 13:32:39 +02:00
committed by GitHub
parent 658ce9d4f2
commit 8007effd4f
2 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
repos:
- repo: https://github.com/asottile/pyupgrade
rev: v2.32.1
rev: v2.34.0
hooks:
- id: pyupgrade
args: [--py39-plus]