1
0
mirror of https://github.com/home-assistant/core.git synced 2026-04-18 16:06:42 +01:00

Update pyupgrade to 3.1.0 (#80058)

* Update pyupgrade to 3.1.0

* Remove redundant open modes - text is the default
This commit is contained in:
Marc Mueller
2022-10-11 09:04:52 +02:00
committed by GitHub
parent 884577e622
commit 4e5b5dfb93
5 changed files with 12 additions and 12 deletions

View File

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