mirror of
https://github.com/home-assistant/core.git
synced 2025-06-18 20:17:07 +00:00
Upgrade pyupgrade to v2.14.0 (#50059)
This commit is contained in:
parent
219ad5cd9e
commit
b7cd75b134
@ -1,6 +1,6 @@
|
|||||||
repos:
|
repos:
|
||||||
- repo: https://github.com/asottile/pyupgrade
|
- repo: https://github.com/asottile/pyupgrade
|
||||||
rev: v2.12.0
|
rev: v2.14.0
|
||||||
hooks:
|
hooks:
|
||||||
- id: pyupgrade
|
- id: pyupgrade
|
||||||
args: [--py38-plus]
|
args: [--py38-plus]
|
||||||
|
@ -12,5 +12,5 @@ mccabe==0.6.1
|
|||||||
pycodestyle==2.7.0
|
pycodestyle==2.7.0
|
||||||
pydocstyle==6.0.0
|
pydocstyle==6.0.0
|
||||||
pyflakes==2.3.1
|
pyflakes==2.3.1
|
||||||
pyupgrade==2.12.0
|
pyupgrade==2.14.0
|
||||||
yamllint==1.26.1
|
yamllint==1.26.1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user