Micha Reiser

Results 745 comments of Micha Reiser
trafficstars

> First, thank you. I'm new to this and you folks made the best linting app with incredible documentation that's really helped me figure a lot of things out! Thank...

> If i add another error to my code (in this case forget the an = when declaring a constant) then NONE of the errors are highlighted. The second output...

That's strange indeed. I just booted into my Windows, updated VS code and installed the Ruff extension and it worked without any problems. Would you mind sharing the text from...

I think this needs some design work on the intended behavior (CC: @snowsignal). To me, the VS code settings taking precedence over the project settings seem reasonable, or at least...

Yeah that makes a lot of sense. I think we do some very basic verification today but it is limited to whether the pyproject.toml is valid. But we don't perform...

I wonder if that was simply because list parsing might not get inlined (our parser is now so fast that function calls could be expensive :D)

Yeah, or try to force inline by using `#[inline]`

> Thank you. What I meant is that it does show up as installed but I cannot pick it as a formatter. Does that make sense? Do you mean that...

What version of the `ruff` plugin is installed? I'm surprised that it doesn't show our official Ruff logo.

> Assuming that’s the correct version number… What's the version number?