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

2 lines
65 B
Python

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