1
0
mirror of https://github.com/home-assistant/core.git synced 2026-04-20 00:39:29 +01:00

Bump pyupgrade to 2.12.0 (#48943)

This commit is contained in:
Marc Mueller
2021-04-09 18:58:27 +02:00
committed by GitHub
parent ee0c87df1c
commit 8e2b5b36b5
45 changed files with 94 additions and 95 deletions

View File

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