Merge pull request #13 from HumanAIGC-Engineering/patch-1

Update config.py
This commit is contained in:
Yisheng (Ethan) He
2025-09-04 17:25:25 +08:00
committed by GitHub

View File

@@ -495,7 +495,7 @@ class Config:
blank_line_before_nested_class_or_def=True,
split_before_expression_after_opening_paren=True,
)
text, _ = FormatCode(text, style_config=yapf_style, verify=True)
text, _ = FormatCode(text, style_config=yapf_style)
return text