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

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: