Skip to content

Commit 8b37f75

Browse files
matthewdouglasakx
andauthored
Apply suggestions from code review
Co-authored-by: Aarni Koskela <[email protected]>
1 parent 151769a commit 8b37f75

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

pyproject.toml

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -74,20 +74,6 @@ package-data = { "*" = ["libbitsandbytes*.*"] }
7474
[tool.setuptools.dynamic]
7575
version = {attr = "bitsandbytes.__version__"}
7676

77-
[tool.yapf]
78-
align_closing_bracket_with_visual_indent = true
79-
allow_multiline_lambdas = true
80-
blank_line_before_nested_class_or_def = true
81-
column_limit = 88
82-
coalesce_brackets = true
83-
space_between_ending_comma_and_closing_bracket = true
84-
spaces_before_comment = 2
85-
split_before_bitwise_operator = true
86-
split_before_first_argument = true
87-
split_before_logical_operator = true
88-
split_before_named_assigns = true
89-
split_complex_comprehension = true
90-
9177
[tool.pytest.ini_options]
9278
addopts = "-rP"
9379
# ; --cov=bitsandbytes

0 commit comments

Comments
 (0)