Micha Reiser

Results 749 comments of Micha Reiser

@jakkdl thanks for linking the issues and giving me some more context. > PR that handled long type hints in a different way, abandoned after seeing the diffs on real-life...

Hy @JelleZijlstra > Thanks, it's a good idea to think about these changes more generally. We often make changes that are limited to one syntactic context, when the same change...

Thanks for the kind words and I'm glad you consider the feedback useful. I've been worried that my feedback isn't useful and that I lack the history context. > I...

I'm still writing it up but we track Ruff's preview style compatibility in https://github.com/astral-sh/ruff/issues/8678 Ruff's stable style already includes some of the mentioned uncontroversial preview styles. Regarding `multiline_string_handling`. Ruff stable...

Some feedback to the most recent changes to `hug_parens_with_braces_and_square_brackets` after having implemented some of them in Ruff. I'm not sure if this is the right place to discuss these. Let...

I plan to create PRs for larger projects using Ruff's formatter and ask them for feedback on the preview style once I've implemented all preview styles (some of them are...

@peterjc Black doesn't format module docstrings in their stable style (it's a recent preview style addition), whereas Ruff shipped module docstring formatting in the latest stable release. ```python # Input...

Yeah that would be neat. It's not our primary focus for now. There's still a lot to do on the Python front. Related to https://github.com/astral-sh/ruff/issues/9244

Oh nice, that annoyed me for a long time. I think we should also change the expected errors to point to an empty range that starts at the next token's...

Have you tried [`section-order`](https://docs.astral.sh/ruff/settings/#lint_isort_section-order) with [`sections`](https://docs.astral.sh/ruff/settings/#lint_isort_sections)?