Target py39-plus with pyupgrade.

This commit is contained in:
David Smith 2024-11-18 19:35:59 +00:00
parent 06afd9b94a
commit b1f7fe34d8

View File

@ -3,7 +3,7 @@ repos:
rev: v3.17.0
hooks:
- id: pyupgrade
args: [--py38-plus]
args: [--py39-plus]
- repo: https://github.com/psf/black
rev: 24.10.0
hooks: