Skip to content

Commit 2346cb1

Browse files
authored
Update pyupgrade to 2.32.0 (home-assistant#69991)
1 parent 74e9c05 commit 2346cb1

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.31.1
3+
rev: v2.32.0
44
hooks:
55
- id: pyupgrade
66
args: [--py39-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.31.1
15+
pyupgrade==2.32.0
1616
yamllint==1.26.3

0 commit comments

Comments
 (0)