CI: Reformat `matrix.py` using `black`
authorTim Duesterhus <tim@bastelstu.be>
Thu, 29 Dec 2022 16:40:29 +0000 (17:40 +0100)
committerWilly Tarreau <w@1wt.eu>
Tue, 3 Jan 2023 15:28:34 +0000 (16:28 +0100)
commit081091187e9618b19bf4a56cf0de4c988343a731
treee5a7e37990279e59b1b21015e4409204ffec0dae
parente327e41430280a2d6eaca17550f61bd2a3e99c56
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
.github/matrix.py