Upgrade pyupgrade to v2.3.0 (#35159)

This commit is contained in:
Franck Nijhof
2020-05-04 09:28:20 +02:00
committed by GitHub
parent c5379a0f35
commit 7284f4e7ca
2 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
repos:
- repo: https://github.com/asottile/pyupgrade
rev: v2.2.1
rev: v2.3.0
hooks:
- id: pyupgrade
args: [--py37-plus]