Use f-strings instead of format, better var name
f-strings are more readable than .format and up until Python 3.11 also somewhat faster (not that it would matter much here).
To receive notifications about scheduled maintenance, please subscribe to the mailing-list gitlab-operations@sympa.ethz.ch. You can subscribe to the mailing-list at https://sympa.ethz.ch
f-strings are more readable than .format and up until Python 3.11 also somewhat faster (not that it would matter much here).