diff --git a/utils/config.py b/utils/config.py index 0513d64..3782825 100644 --- a/utils/config.py +++ b/utils/config.py @@ -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