Conversation
|
@dylwil3 where do you want to have the design decision conversation? All here? On the individual PRs? You don't want to discuss at all? |
|
29d8081 to
d0ad41b
Compare
e47647a to
30d21e2
Compare
|
After some discussion we have decided to wait on stabilizing the fluent layout for method chains, mainly because there is some community feedback around breaking at top-level methods for modules like |
Summary -- Release branch for Ruff 0.15.0 Breaking changes -- - Behavior changes -- - Recoded rules -- - Deprecated rules -- - Changed rules -- - Removed rules -- - Stabilized rules -- - New or improved fixes -- - Deferred stabilizations -- - TODOs -- - [ ] Drop ~~empty~~ first commit (random whitespace change to get a baseline ecosystem check executable) - [ ] Merge with rebase-merge (**don't squash merge!!!!**)
Styles stabilized: - [`avoid_parens_for_long_as_captures`](#22743) - [`remove_parens_around_except_types`](#22741) - [`allow_newline_after_block_open`](#22742) - [`no_chaperone_for_escaped_quote_in_triple_quoted_docstring `](#22739) - [`blank_line_before_decorated_class_in_stub `](#22740) - [`parenthesize_lambda_bodies`](#22744) To-do: - [x] Change target branch to 0.15 release branch - [x] Update documentation - [x] Remove empty commit --------- Co-authored-by: Brent Westbrook <[email protected]>
Styles stabilized: - [`avoid_parens_for_long_as_captures`](#22743) - [`remove_parens_around_except_types`](#22741) - [`allow_newline_after_block_open`](#22742) - [`no_chaperone_for_escaped_quote_in_triple_quoted_docstring `](#22739) - [`blank_line_before_decorated_class_in_stub `](#22740) - [`parenthesize_lambda_bodies`](#22744) To-do: - [x] Change target branch to 0.15 release branch - [x] Update documentation - [x] Remove empty commit --------- Co-authored-by: Brent Westbrook <[email protected]>
Styles stabilized:
avoid_parens_for_long_as_capturesremove_parens_around_except_typesallow_newline_after_block_openno_chaperone_for_escaped_quote_in_triple_quoted_docstringblank_line_before_decorated_class_in_stubparenthesize_lambda_bodiesTo-do: