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

Upgrade pyupgrade to v2.16.0 (#50756)

This commit is contained in:
Franck Nijhof
2021-05-17 11:27:09 +02:00
committed by GitHub
parent ff856a9bba
commit ecac574eb0
2 changed files with 2 additions and 2 deletions

View File

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