astral-sh
ruff
Blog
Docs
Changelog
Blog
Docs
Changelog
Overview
Branches
Benchmarks
Runs
Performance History
Latest Results
[ty] Preserve prefix-aware match fallthrough
charlie/3904-gradual-pattern-exhaustiveness
6 minutes ago
[ty] Preserve prefix-aware match fallthrough
charlie/3904-gradual-pattern-exhaustiveness
16 minutes ago
[ty] Add support for extra arguments in Pydantic model constructors (#26520) ## Summary This is a first in a series of PRs to add dedicated support for Pydantic to ty. This PR sets up the main infrastructure for detecting Pydantic modules / classes using our `KnownModule`/`KnownClass` mechanism. It also (partially) implements a first feature of Pydantic support. By default[^1], Pydantic models accept extra arguments in their constructor: ```py class Person(BaseModel): name: str Person(name="Alice", something_else=7) # okay ``` closes https://github.com/astral-sh/ty/issues/3639 (This PR removes the false positive. I will track support for `extra="forbid"` and `__pydantic_extra__` separately) ## Test Plan - Updated Markdown tests - New tests around known module / class detection [^1]: That is, unless `extra="forbid"` is specified. We do not add support for this config setting here.
main
22 minutes ago
Cache callable self binding
charlie/codex-cache-protocol-binding
33 minutes ago
[ty] Preserve generic variadic callback semantics
charlie/fix-callable-protocol-any-specialization
33 minutes ago
Revert string prefix flag experiment
charlie/codex-ascii-identifier-lexing
35 minutes ago
Cache callable self binding
charlie/codex-cache-protocol-binding
44 minutes ago
[ty] Preserve generic variadic callback semantics
charlie/fix-callable-protocol-any-specialization
48 minutes ago
Latest Branches
CodSpeed Performance Gauge
0%
[ty] Recognize exhaustive matches on gradual types
#26514
4 hours ago
8cecbc5
charlie/3904-gradual-pattern-exhaustiveness
CodSpeed Performance Gauge
+5%
[ty] Cache callable self binding
#26516
4 hours ago
838bb26
charlie/codex-cache-protocol-binding
CodSpeed Performance Gauge
0%
[ty] Preserve generic variadic callback semantics
#26521
53 minutes ago
97da0e2
charlie/fix-callable-protocol-any-specialization
© 2026 CodSpeed Technology
Home
Terms
Privacy
Docs