Skip to content

Commit

Permalink
Update pyupgrade to 2.37.2 (#75456)
Browse files Browse the repository at this point in the history
  • Loading branch information
cdce8p committed Jul 19, 2022
1 parent e4f6f73 commit 503e886
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
@@ -1,6 +1,6 @@
repos:
- repo: https://github.com/asottile/pyupgrade
rev: v2.37.1
rev: v2.37.2
hooks:
- id: pyupgrade
args: [--py39-plus]
Expand Down
2 changes: 1 addition & 1 deletion requirements_test_pre_commit.txt
Expand Up @@ -12,5 +12,5 @@ mccabe==0.6.1
pycodestyle==2.8.0
pydocstyle==6.1.1
pyflakes==2.4.0
pyupgrade==2.37.1
pyupgrade==2.37.2
yamllint==1.27.1

0 comments on commit 503e886

Please sign in to comment.