commit | 081091187e9618b19bf4a56cf0de4c988343a731 | [log] [tgz] |
---|---|---|
author | Tim Duesterhus <tim@bastelstu.be> | Thu Dec 29 17:40:29 2022 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Tue Jan 03 16:28:34 2023 +0100 |
tree | e5a7e37990279e59b1b21015e4409204ffec0dae | |
parent | e327e41430280a2d6eaca17550f61bd2a3e99c56 [diff] |
CI: Reformat `matrix.py` using `black` The initial version of matrix.py was formatted using `black` [1], but with all the later changes, the formatting diverged quite a bit. This patch reformats the script using black, fixing the indentation of some statements and shortening overlong lines. [1] https://github.com/psf/black