Sid

Results 43 comments of Sid

Looks very good, especially the options flow. Thank you very much!

Hi, the PR for the options flow is already waiting for review in #115795.

Just for clarification, these stable rules are extended in preview mode (which have occurrences in the codebase): - F841: Local variable is assigned to but never used This rule triggers...

I can understand why they extended it that way, but the explicit `else` just didn't have had a big impact because of the rules which transform explicit `else` into implicit...

Thanks! The variable is only redundant when it is used in `raise ex` (TRY201) or in `logging.exception()` (TRY401), but in `raise ... from ex` it is needed.

KISS Launcher works :heavy_check_mark: Nothing launcher does not work (icon pack has to be reapplied to change the color)

> On Kiss theme switching only works if "Dynamic colors" is activated but then a background is added (works not as intended). Interesting, for me it works 🤔 It just...

For example with `with pytest.raises() as exc_info` you have to use the object after the context is exited.

These new failures should be unrelated.