mirror of
https://github.com/astral-sh/ruff
synced 2026-01-11 08:34:29 -05:00
## Summary After I was asked twice within the same day, I thought it would be a good idea to write some *user facing* documentation that explains our reasoning behind inferring `Unknown | T_inferred` for public uses of undeclared symbols. This is a major deviation from the behavior of other type checkers and it seems like a good practice to defend our choice like this.