ruff/crates/ty_python_semantic
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
..
resources Merge branch 'main' into unsupported-operator-diagnostics 2025-11-06 10:56:15 -05:00
src Merge branch 'main' into unsupported-operator-diagnostics 2025-11-06 10:56:15 -05:00
tests [ty] Limit shown import paths to at most 5 unless ty runs with -v (#20912) 2025-10-16 13:18:09 +02:00
build.rs
Cargo.toml [ty] Some more simplifications when rendering constraint sets (#21009) 2025-10-22 13:38:44 -04:00
mdtest.py [ty] Set INSTA_FORCE_PASS and INSTA_OUTPUT environment variables from mdtest.py (#21029) 2025-10-22 15:32:14 +01:00
mdtest.py.lock