MLOS icon indicating copy to clipboard operation
MLOS copied to clipboard

Enable black and isort formatters and checks

Open bpkroth opened this issue 1 year ago • 0 comments
trafficstars

Follow on work to #766.

This enabled both formatters and applies their changes to the repo.

Additionally, since black does not make changes to comments nor docstrings, we also enable docformatter to reformat docstrings which better aligns with pydocstyle rules as well. Without this additional change (and some manual fixups), pycodestyle and pylint would still complain about line lengths, for instance.

bpkroth avatar Jul 03 '24 21:07 bpkroth