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

pull/63940/head
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
1 changed files with 1 additions and 1 deletions

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: