Skip to content

Commit fae6c6f

Browse files
authored
Upgrade pyupgrade to v2.29.0 (home-assistant#59499)
1 parent ebb25ab commit fae6c6f

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.27.0
3+
rev: v2.29.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.8.0
1313
pydocstyle==6.1.1
1414
pyflakes==2.4.0
15-
pyupgrade==2.27.0
15+
pyupgrade==2.29.0
1616
yamllint==1.26.3

0 commit comments

Comments
 (0)