We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 151769a commit 8b37f75Copy full SHA for 8b37f75
pyproject.toml
@@ -74,20 +74,6 @@ package-data = { "*" = ["libbitsandbytes*.*"] }
74
[tool.setuptools.dynamic]
75
version = {attr = "bitsandbytes.__version__"}
76
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
-
91
[tool.pytest.ini_options]
92
addopts = "-rP"
93
# ; --cov=bitsandbytes
0 commit comments