Micha Reiser

Results 745 comments of Micha Reiser
trafficstars

Thanks for addressing the feedback. I overlooked this last time but the rule should continue to error if there's only one blank line between two functions (it should either be...

Sooo, we're doing twitter driven development now :joy:

Thank you, @bo5o, for working on this rule and keeping the PR up to date. We think this is a valuable rule for many but don't feel comfortable merging it...

1. I think flagging it (and the way its fixed) is in line with the intent of the rule. You might want to disable `E266` if you want to keep...

@JonathanPlasse I just opened it in a private session without any problems. Do you get an error that the link is invalid? Also, the link is a bit outdated.

Interesting. This does not parse for me in the REPL ``` >>> with 0 as *x: pass ... File "", line 1 SyntaxError: starred assignment target must be in a...

I wonder why they don't raise the error at parse time. Ideally this would be a lint rule that warns you about these runtime syntax errors but, considering that it...

Thanks for reporting this common pattern that ruff doesn't support today (to my knowledge) I'm unfamiliar with the implementation but I assume that this isn't working as expected because Ruff...

> To be clear, the "immutable snapshot" means we won't be applying file changes or invalidating anything concurrently (which is great, because it will simplify invalidation a lot). But caching...

Hy @MartinBernstorff This is something that I also noticed coming from JS where Prettier formats call chains as outlined by you above (except without the outer parentheses). My reasoning for...