Skip to content

Commit

Permalink
Update pyupgrade to 2.32.0 (home-assistant#69991)
Browse files Browse the repository at this point in the history
  • Loading branch information
cdce8p authored Apr 13, 2022
1 parent 74e9c05 commit 2346cb1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
repos:
- repo: https://github.com/asottile/pyupgrade
rev: v2.31.1
rev: v2.32.0
hooks:
- id: pyupgrade
args: [--py39-plus]
Expand Down
2 changes: 1 addition & 1 deletion requirements_test_pre_commit.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ mccabe==0.6.1
pycodestyle==2.8.0
pydocstyle==6.1.1
pyflakes==2.4.0
pyupgrade==2.31.1
pyupgrade==2.32.0
yamllint==1.26.3

0 comments on commit 2346cb1

Please sign in to comment.