From 4fe04b978107e0d18c993070c68dbe25879842b3 Mon Sep 17 00:00:00 2001 From: Bruno Alla Date: Tue, 14 Oct 2025 08:05:32 +0200 Subject: [PATCH] Consistent formatting --- .pre-commit-config.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 81b1a7263..e91a26f30 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -34,13 +34,11 @@ repos: additional_dependencies: # python doesn't come with a toml parser prior to 3.11 - "tomli; python_version < '3.11'" - - repo: https://github.com/asottile/pyupgrade rev: v3.19.1 hooks: - id: pyupgrade args: ["--py310-plus", "--keep-percent-format"] - - repo: https://github.com/tox-dev/pyproject-fmt rev: v2.6.0 hooks: