1 2 3 4 5 6
# Test ruff configuration line-length = 100 [lint] select = ["E", "F", "W"] ignore = ["E501"]