ruff_python_parser 0.0.13

This is an internal component crate of Ruff
Documentation
1
2
3
4
5
# parse_options: {"target-version": "3.15"}
match foo:
    case +1: ...
    # this is also now valid inside more complicated patterns
    case {+1: 2}: ...