Update to latest version

This commit is contained in:
Bruno Alla 2025-10-14 08:06:57 +02:00
parent 4fe04b9781
commit 9a94985dda

View File

@ -35,7 +35,7 @@ repos:
# python doesn't come with a toml parser prior to 3.11 # python doesn't come with a toml parser prior to 3.11
- "tomli; python_version < '3.11'" - "tomli; python_version < '3.11'"
- repo: https://github.com/asottile/pyupgrade - repo: https://github.com/asottile/pyupgrade
rev: v3.19.1 rev: v3.21.0
hooks: hooks:
- id: pyupgrade - id: pyupgrade
args: ["--py310-plus", "--keep-percent-format"] args: ["--py310-plus", "--keep-percent-format"]