Skip to content

Commit 917254e

Browse files
authoredSep 25, 2021
Upgrade pyupgrade to v2.27.0 (home-assistant#56638)
1 parent 57aaf55 commit 917254e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎.pre-commit-config.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/asottile/pyupgrade
3-
rev: v2.23.3
3+
rev: v2.27.0
44
hooks:
55
- id: pyupgrade
66
args: [--py38-plus]

‎requirements_test_pre_commit.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@ mccabe==0.6.1
1212
pycodestyle==2.7.0
1313
pydocstyle==6.0.0
1414
pyflakes==2.3.1
15-
pyupgrade==2.23.3
15+
pyupgrade==2.27.0
1616
yamllint==1.26.1

0 commit comments

Comments
 (0)