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
-1
View File
@@ -23,4 +23,3 @@ repos:
hooks: hooks:
- id: pyupgrade - id: pyupgrade
args: [--py310-plus] args: [--py310-plus]