ruff/crates/ruff_linter/resources/test/fixtures/pyupgrade/UP015_1.py

5 lines
152 B
Python

# Not a valid type annotation but this test shouldn't result in a panic.
# Refer: https://github.com/astral-sh/ruff/issues/11736
x: 'open("foo", "r")'