Micha Reiser

Results 745 comments of Micha Reiser
trafficstars

This sounds reasonable, although adding one more field to all violations is a rather involved change (and having it on `Message` also has a performance cost). I wonder if we...

Thanks for the detailed report and we're sorry that you're experiencing this. I think backward compatibility could actually be the reason for changing the default to use single quotes in...

@mvaled What I see from the output is that the formatter didn't change the file. The formatter won't change the quote style when targeting python 3.11 or older. That means...

Agree, that's planned in https://github.com/astral-sh/ruff/issues/6591 that @dhruvmanila mentioned above

We changed the way we set the executable bits. Can you try out the latest nightly release and test if the problem remains? ``` pnpm add rome@nightly ```

> One of the small features I appreciated with black is that it would list which files where changed when I ran the command, is it possible to have that...

I must admit I never used pre-commit myself so happy to learn with you. Can you use `ruff format` without the check inside of your pre-commit. The step should fail...

So, in theory, this is a breaking change because it changes how the character width is measured in the formatter. But then, I think keeping up to date with the...

I'm not quiet sure why the output changes but annotation snippted (the crate we use for rendering code frames) uses text width.

Whoops, the changes to the `requirements.txt` file are missing. You can see that I'm a Python packaging noob. Let me fix this up real quick.