From 0e1de82bd71683beb4f6676362d701fc2717d053 Mon Sep 17 00:00:00 2001 From: Soulter <905617992@qq.com> Date: Wed, 22 Oct 2025 17:08:54 +0800 Subject: [PATCH] fix: correct indentation in pre-commit config for pyupgrade hook --- .pre-commit-config.yaml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index d45934c5..8611e269 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -19,8 +19,7 @@ repos: types_or: [ python, pyi ] - repo: https://github.com/asottile/pyupgrade - rev: v3.21.0 - hooks: - - id: pyupgrade - args: [--py310-plus] - + rev: v3.21.0 + hooks: + - id: pyupgrade + args: [--py310-plus]