ruff/resources/test/fixtures/C410.py

5 lines
64 B
Python

l1 = list([1, 2])
l2 = list((1, 2))
l3 = list([])
l4 = list(())