ruff/crates/red_knot_python_semantic/resources/mdtest/call
Micha Reiser 8249a72412
[red-knot] Default python-platform to current platform (#17183)
## Summary

As discussed in https://github.com/astral-sh/ruff/issues/16983 and
"mitigate" said issue for the alpha.

This PR changes the default for `PythonPlatform` to be the current
platform rather than `all`.

I'm not sure if we should be as sophisticated as supporting `ios` and
`android` as defaults but it was easy...

## Test Plan

Updated Markdown tests.

---------

Co-authored-by: David Peter <mail@david-peter.de>
2025-04-09 12:05:18 +02:00
..
annotation.md [red-knot] Support calling a typing.Callable (#16888) 2025-03-23 02:39:33 +05:30
builtins.md [red-knot] Three-argument type-calls take 'str' as the first argument (#17168) 2025-04-03 15:45:08 +02:00
callable_instance.md [red-knot] Handle unions of callables better (#16716) 2025-03-17 10:35:52 -04:00
constructor.md [red-knot] Add __init__ arguments check when doing try_call on a class literal (#16512) 2025-04-08 17:26:20 -04:00
dunder.md Fix member lookup for unions & intersections ignoring policy (#17066) 2025-03-31 09:40:47 +02:00
function.md [red-knot] Decorators and properties (#17017) 2025-04-02 09:27:46 +02:00
getattr_static.md [red-knot] Default python-platform to current platform (#17183) 2025-04-09 12:05:18 +02:00
invalid_syntax.md [red-knot] add call checking (#15200) 2025-01-07 20:39:45 +00:00
methods.md [red-knot] Decorators and properties (#17017) 2025-04-02 09:27:46 +02:00
never.md [red-knot] Never is callable and iterable. Arbitrary attributes can be accessed. (#16533) 2025-03-06 15:59:19 +00:00
subclass_of.md [red-knot] Add __init__ arguments check when doing try_call on a class literal (#16512) 2025-04-08 17:26:20 -04:00
union.md [red-knot] Break up call binding into two phases (#16546) 2025-03-21 09:38:11 -04:00