ruff/crates/red_knot_python_semantic/resources/mdtest
Micha Reiser 0caab81d3d
@no_type_check support (#15122)
Co-authored-by: Carl Meyer <carl@astral.sh>
2024-12-30 09:42:18 +00:00
..
annotations [red-knot] Statically known branches (#15019) 2024-12-21 11:33:10 +01:00
assignment [red-knot] Statically known branches (#15019) 2024-12-21 11:33:10 +01:00
binary
boolean [red-knot] Statically known branches (#15019) 2024-12-21 11:33:10 +01:00
call [red-knot] Statically known branches (#15019) 2024-12-21 11:33:10 +01:00
comparison [red-knot] More precise inference for chained boolean expressions (#15089) 2024-12-22 10:02:28 -08:00
conditional
declaration [red-knot] Avoid undeclared path when raising conflicting declarations (#14958) 2024-12-17 09:49:39 +05:30
exception [red-knot] Report invalid exceptions (#15042) 2024-12-18 18:31:24 +00:00
expression [red-knot] More precise inference for chained boolean expressions (#15089) 2024-12-22 10:02:28 -08:00
function
import Prioritize attribute in from/import statement (#15041) 2024-12-17 16:58:23 -05:00
literal [red-knot] Statically known branches (#15019) 2024-12-21 11:33:10 +01:00
loops
narrow [red-knot] Treat classes as instances of their respective metaclasses in boolean tests (#15105) 2024-12-23 01:30:51 +00:00
regression
scopes Sync vendored typeshed stubs (#14977) 2024-12-15 01:02:41 +00:00
shadowing Test explicit shadowing involving defs (#15174) 2024-12-29 00:47:03 +00:00
stubs
subscript [red-knot] Statically known branches (#15019) 2024-12-21 11:33:10 +01:00
suppressions @no_type_check support (#15122) 2024-12-30 09:42:18 +00:00
type_of Bind top-most parent when importing nested module (#14946) 2024-12-16 16:15:40 -05:00
unary Don't special-case class instances in unary expression inference (#15045) 2024-12-18 14:37:17 -05:00
with [red-knot] Cleanup various todo_type!() messages (#15063) 2024-12-19 13:03:41 +00:00
.mdformat.toml
attributes.md [red-knot] Reduce TODOs in Type::member() (#15066) 2024-12-19 15:54:01 +00:00
final.md [red-knot] Add support for @final classes (#15070) 2024-12-19 21:02:14 +00:00
generics.md
invalid_syntax.md
known_constants.md [red-knot] Support typing.TYPE_CHECKING (#14952) 2024-12-13 09:24:48 +00:00
mdtest_config.md
metaclass.md [red-knot] Use type[Unknown] rather than Unknown as the fallback metaclass for invalid classes (#14961) 2024-12-13 19:48:51 +00:00
mro.md
pep695_type_aliases.md [red-knot] mdtest: python version requirements (#14954) 2024-12-13 10:40:38 +01:00
slots.md [red-knot] Report classes inheriting from bases with incompatible __slots__ (#15129) 2024-12-27 11:43:48 +00:00
statically_known_branches.md [red-knot] Statically known branches (#15019) 2024-12-21 11:33:10 +01:00
sys_platform.md [red-knot] Statically known branches (#15019) 2024-12-21 11:33:10 +01:00
sys_version_info.md
unpacking.md [red-knot] Add diagnostic for invalid unpacking (#15086) 2024-12-30 13:10:29 +05:30