mirror of
https://github.com/home-assistant/core.git
synced 2025-04-25 17:57:55 +00:00
Upgrade pyupgrade to v2.3.0 (#35159)
This commit is contained in:
parent
c5379a0f35
commit
7284f4e7ca
@ -1,6 +1,6 @@
|
|||||||
repos:
|
repos:
|
||||||
- repo: https://github.com/asottile/pyupgrade
|
- repo: https://github.com/asottile/pyupgrade
|
||||||
rev: v2.2.1
|
rev: v2.3.0
|
||||||
hooks:
|
hooks:
|
||||||
- id: pyupgrade
|
- id: pyupgrade
|
||||||
args: [--py37-plus]
|
args: [--py37-plus]
|
||||||
|
@ -7,5 +7,5 @@ flake8-docstrings==1.5.0
|
|||||||
flake8==3.7.9
|
flake8==3.7.9
|
||||||
isort==4.3.21
|
isort==4.3.21
|
||||||
pydocstyle==5.0.2
|
pydocstyle==5.0.2
|
||||||
pyupgrade==2.2.1
|
pyupgrade==2.3.0
|
||||||
yamllint==1.23.0
|
yamllint==1.23.0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user