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

8 lines
172 B
Python

# coding=utf8
print("Hello world")
"""
Regression test for https://github.com/astral-sh/ruff/issues/6756
The leading space must be removed to prevent invalid syntax.
"""