mirror of
https://github.com/aigc3d/LAM_Audio2Expression.git
synced 2026-02-04 17:39:24 +08:00
Update config.py
Remove the verify parameter (verify=True) to be compatible with support for higher versions of yapf
This commit is contained in:
committed by
GitHub
parent
35fe94896e
commit
6d7fa0d472
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user