Alex Waygood

Results 902 comments of Alex Waygood

Agreed, I think we figured out that this isn't, fundamentally, an issue with `uv` itself (except perhaps that there are some missing features that are needed to make working with...

I think it's a useful rule to enforce a Python style that's more readable, but I'd certainly agree that it should be disabled by default.

Ah I see -- so, I think this doesn't work because we currently apply the configuration overrides given in the `--config` flag _after_ any configuration options found in any `pyproject.toml`/`ruff.toml`...

Yeah, I'll have a think... If we decide that this kind of thing _should_ be done via a separate flag, then we should probably explicitly _reject_ trying to override `extend`...

I would support splitting this out into a separate check. In general, I think it's very useful for users for rules to be as fine-grained as possible so that they...

@sanxiyn -- in https://github.com/astral-sh/ruff/pull/10298, I modified ruff's AST so that we now track many stylistic details in the AST that were previously not tracked: - Whether a string is raw...

As a first step, would it maybe be possible to have pytype gracefully fallback to `Any` if it sees `Unpack[]` being used in a type annotation? Currently using `Unpack[]` anywhere...

No worries at all -- thanks so much!

> Ok, version 2023.12.8 has the Unpack fix =) Thank you so much — both the typeshed changes have been merged now

Interesting, this is the same error I was getting in #1639 (cc. @MichaReiser)