Update pyupgrade to v2.38.0 (#78573)

This commit is contained in:
Franck Nijhof
2022-09-16 12:51:58 +02:00
committed by GitHub
parent 085abc74ee
commit fbd265aa2d
2 changed files with 2 additions and 2 deletions

View File

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