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

1 line
65 B
Python

# Keep parenthesis around preserved CR
int(-
1)
int(+
1)