littrs-ruff-python-parser 0.6.2

Vendored ruff_python_parser for littrs (from github.com/astral-sh/ruff)
Documentation
1
2
3
4
5
6
# Here, the error is highlighted at the `pass` token
if True:
pass
# The parser is at the end of the program, so let's highlight
# at the newline token after `:`
if True: