Use --py39-plus setting [pyupgrade] (#63927)

This commit is contained in:
Marc Mueller 2022-01-11 21:38:17 +01:00 committed by GitHub
parent ef7316d8d9
commit dd39389a11
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3,7 +3,7 @@ repos:
rev: v2.31.0
hooks:
- id: pyupgrade
args: [--py38-plus]
args: [--py39-plus]
- repo: https://github.com/psf/black
rev: 21.12b0
hooks: