fix: correct indentation in pre-commit config for pyupgrade hook

This commit is contained in:
Soulter
2025-10-22 17:08:54 +08:00
parent f31e41b3f1
commit 0e1de82bd7

View File

@@ -19,8 +19,7 @@ repos:
types_or: [ python, pyi ] types_or: [ python, pyi ]
- repo: https://github.com/asottile/pyupgrade - repo: https://github.com/asottile/pyupgrade
rev: v3.21.0 rev: v3.21.0
hooks: hooks:
- id: pyupgrade - id: pyupgrade
args: [--py310-plus] args: [--py310-plus]