1
0
mirror of https://github.com/home-assistant/core.git synced 2026-05-02 06:32:14 +01:00

Update pyupgrade to 2.23.3 (#54179)

This commit is contained in:
Matthew LeMay
2021-08-09 18:16:33 -04:00
committed by GitHub
parent d4a3d0462d
commit 33c33d844e
2 changed files with 2 additions and 2 deletions

View File

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