Skip to content

Commit

Permalink
Upgrade pyupgrade to v2.15.0 (home-assistant#50666)
Browse files Browse the repository at this point in the history
  • Loading branch information
frenck authored May 15, 2021
1 parent 71c2169 commit 64a6a75
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.14.0
rev: v2.15.0
hooks:
- id: pyupgrade
args: [--py38-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.7.0
pydocstyle==6.0.0
pyflakes==2.3.1
pyupgrade==2.14.0
pyupgrade==2.15.0
yamllint==1.26.1

0 comments on commit 64a6a75

Please sign in to comment.