Micha Reiser

Results 1092 comments of Micha Reiser

Interesting, we do set the edits on the inlay hints. But there's also this comment https://github.com/astral-sh/ruff/blob/e5818d89fd435d63a526d0988876b6160f44f854/playground/ty/src/Editor/Editor.tsx#L459

> Alternatively, we could look at whether these files could be generated automatically behind the scenes when running mdtest.py or cargo test -p ty_python_semantic; then you wouldn't have to remember...

Thanks for opening this issue and also creating a PR to improve the documentation. We share your sentiment that `--diff` is confusing and we have a few ideas on how...

> I agree that a separate subcommand could work, though the feature of being able to check and fix in one pass is convenient for things like pre-commit hooks, even...

I think this rule makes sense to me (catching `Annotated[...] | ...`) and I'd be in favor adding it because it catches a very likely mistake. But I'd be curious...

> ...Currently we don't test this path at all? Concerning. There's your opportunity ;)

Thanks for looking into this. Would you mind taking some time and update your summary with an explanation: * What's the root cause for the bug observed in https://github.com/astral-sh/ruff/issues/21956 *...

This is something that's on our mind. It's unlikely that we'll port the `json` output 1:1. Instead, we might want to have multiple json outputs: a concise version similar to...

Some more details in https://github.com/astral-sh/ty/issues/717

Thanks for reporting. Yes, that makes sense. @ntBre I think this would be great to fix unless a contributor gets to it first :) One option is to ensure we...