Consistent formatting

This commit is contained in:
Bruno Alla 2025-10-14 08:05:32 +02:00
parent f6b0db34f7
commit 4fe04b9781

View File

@ -34,13 +34,11 @@ repos:
additional_dependencies: additional_dependencies:
# 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.19.1
hooks: hooks:
- id: pyupgrade - id: pyupgrade
args: ["--py310-plus", "--keep-percent-format"] args: ["--py310-plus", "--keep-percent-format"]
- repo: https://github.com/tox-dev/pyproject-fmt - repo: https://github.com/tox-dev/pyproject-fmt
rev: v2.6.0 rev: v2.6.0
hooks: hooks: