ruff/crates/ty_python_semantic/resources/mdtest/scopes
David Peter 64e5780037
[ty] Consistent use of American english (in rules) (#19488)
## Summary

Just noticed this as a minor inconsistency in our rules, and had Claude
do a few more automated replacements.
2025-07-22 16:10:38 +02:00
..
builtin.md [ty] Infer nonlocal types as unions of all reachable bindings (#18750) 2025-06-26 12:24:40 +02:00
eager.md [ty] Infer nonlocal types as unions of all reachable bindings (#18750) 2025-06-26 12:24:40 +02:00
global-constants.md [ty] Add support for global __debug__ constant (#18540) 2025-06-10 06:48:59 +00:00
global.md lint on the global keyword if there's no explicit definition in the global scope 2025-07-15 16:56:54 -07:00
moduletype_attrs.md [ty] Consistent use of American english (in rules) (#19488) 2025-07-22 16:10:38 +02:00
nonlocal.md [ty] make del x force local resolution of x in the current scope (#19389) 2025-07-18 14:58:32 -07:00
unbound.md