Target py39-plus with pyupgrade. (#540)

This commit is contained in:
David Smith 2024-11-18 19:56:40 +00:00 committed by GitHub
parent 06afd9b94a
commit e25b4bcc31
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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