Is there a way to configure Python “black” to format lists with multiple elements per row?
Is there a way to make black <file.py>
or ruff format <file.py>
format lists which have more elements than can fit in one line into a few lines with multiple list elements per line. Specifically, can I configure my pyproject.toml
file to make this happen?