Skip to content

Commit

Permalink
Upgrade pyupgrade to v2.27.0 (home-assistant#56638)
Browse files Browse the repository at this point in the history
  • Loading branch information
frenck authored Sep 25, 2021
1 parent 57aaf55 commit 917254e
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.23.3
rev: v2.27.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.23.3
pyupgrade==2.27.0
yamllint==1.26.1

0 comments on commit 917254e

Please sign in to comment.