ubuntu-sponsoring:main

Last commit made on 2024-05-13
Get this branch:
git clone -b main https://git.launchpad.net/ubuntu-sponsoring
Members of Ubuntu Development Team can upload to this branch. Log in for directions.

Branch merges

Branch information

Name:
main
Repository:
lp:ubuntu-sponsoring

Recent commits

f84bc5d... by Simon Quigley

Fix indenting from previous commit

ce15f33... by Simon Quigley

Make some headers more clear, add a link to the patch pilot hand-off

e499ae8... by Benjamin Drung

Use list comprehensions in generate_page

9e34afe... by Benjamin Drung

Add type hint to _uploader_memo

Signed-off-by: Benjamin Drung <email address hidden>

7848869... by Benjamin Drung

Add type hints to generate_page

Signed-off-by: Benjamin Drung <email address hidden>

52962b2... by Benjamin Drung

Sort list of other teams alphabetical

e898da8... by Benjamin Drung

Sort sets and package notes in HTML report

61c4570... by Benjamin Drung

README.md: update sponsoring reports URL

024c2e4... by Benjamin Drung

Fix pylint's consider-using-f-string complaint

pylint complains about C0209: Formatting a regular string which could be
an f-string (consider-using-f-string)

bbf79cd... by Benjamin Drung

Fix pylint's use-dict-literal complaint

pylint complains about R1735: Consider using '{}' instead of a call to
'dict'. (use-dict-literal)