Skip to content

rerun yapf

Timothy Davies requested to merge tdavies__rerun-yapf into spiir-O4-EW-development

Run YAPF
Run on OzStar using YAPF 0.31.0, Python 2.7
python -m yapf --recursive --in-place --style="pep8" gstlal-spiir

I'd forgotten to run these after making python changes, there's only tiny whitespace changes. With this MR, both clang-format and yapf should be up to date again, and we can just run them with each MR.

Merge request reports