Spaces:
Running
Running
File size: 101 Bytes
1f4e6d7 |
1 2 3 4 5 |
select = ["E", "F", "I"]
# Never enforce `E501` (line length violations).
ignore = ["E501", "E741"]
|