Set min Python version to 3.10 in pyupgrade

This commit is contained in:
Bruno Alla 2025-10-12 18:12:37 +02:00
parent c0f3649224
commit f6b0db34f7

View File

@ -39,7 +39,7 @@ repos:
rev: v3.19.1
hooks:
- id: pyupgrade
args: ["--py39-plus", "--keep-percent-format"]
args: ["--py310-plus", "--keep-percent-format"]
- repo: https://github.com/tox-dev/pyproject-fmt
rev: v2.6.0