astral-sh / ruff

An extremely fast Python linter and code formatter, written in Rust.
https://docs.astral.sh/ruff
MIT License
31.1k stars 1.03k forks source link

[red-knot] support builtins scope, via resolving to typeshed builtins.pyi #11654

Closed carljm closed 1 month ago

carljm commented 3 months ago

Requires integrating typeshed into the module resolver.

carljm commented 1 month ago

This is done.