Skip to content

Commit 3b2e356

Browse files
committed
Make yapf compatible with ruff
1 parent c50f77d commit 3b2e356

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ reportUnknownMemberType = false
4848

4949
[tool.yapf]
5050
based_on_style = "pep8"
51-
spaces_before_comment = 4
51+
spaces_before_comment = 2
5252
split_before_logical_operator = true
5353
column_limit = 119
5454
allow_split_before_dict_value = false

0 commit comments

Comments
 (0)