Skip to content

Commit 503e886

Browse files
authoredJul 19, 2022
Update pyupgrade to 2.37.2 (home-assistant#75456)
1 parent e4f6f73 commit 503e886

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.37.1
3+
rev: v2.37.2
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.37.1
15+
pyupgrade==2.37.2
1616
yamllint==1.27.1

0 commit comments

Comments
 (0)