ruff/crates/ruff_python_ast
Carl Meyer 11935535f3
Merge branch 'main' into unsupported-operator-diagnostics
* main: (188 commits)
  [ty] Discover site-packages from the environment that ty is installed in (#21286)
  [ty] Make special cases for `UnionType` slightly narrower (#21276)
  Require ignore 0.4.24 in `Cargo.toml` (#21292)
  [ty] Favour imported symbols over builtin symbols (#21285)
  docs: revise Ruff setup instructions for Zed editor (#20935)
  [ty] Update salsa (#21281)
  [syntax-error]: no binding for nonlocal  PLE0117 as a semantic syntax error (#21032)
  [ty] Constraining a typevar with itself (possibly via union or intersection) (#21273)
  [`ruff`] Fix false positives on starred arguments (`RUF057`) (#21256)
  [ty] Simplify unions containing multiple type variables during inference (#21275)
  [ty] Add `ty_server::Db` trait (#21241)
  [ty] Refactor `Range` to/from `TextRange` conversion as prep for notebook support (#21230)
  [ty] Fix playground crash when file name includes path separator (#21151)
  [`refurb`] Fix false negative for underscores before sign in `Decimal` constructor (`FURB157`) (#21190)
  [ty] Allow values of type `None` in type expressions (#21263)
  Run codspeed benchmarks with `profiling` profile (#21261)
  [ty] Update expected diagnostic count in benchmarks (#21269)
  Avoid extra parentheses for long `match` patterns with `as` captures (#21176)
  [ty] Update salsa (#21265)
  [ty] `dict` is not assignable to `TypedDict` (#21238)
  ...
2025-11-06 10:56:15 -05:00
..
src Merge branch 'main' into unsupported-operator-diagnostics 2025-11-06 10:56:15 -05:00
ast.toml [ruff] Autogenerate TypeParam nodes (#21028) 2025-10-22 14:06:24 +02:00
Cargo.toml [ruff] Update schemars to v1 (#20942) 2025-10-20 08:59:52 +02:00
generate.py [ruff] Auto generate ast Pattern nodes (#21024) 2025-10-22 08:24:34 +02:00