Renews certificates for legacy domain services (cdn-broker and domains-broker)
Most development tasks are automated through the dev script. Notably:
./dev testsruns tests once./dev watch-testsruns tests on a file-watcher./dev update-requirementsupdates requirements.txt and pip-tools/dev-requirements.txt based on pip-tools/requirements.in and pip-tools/dev-requirements.in
Code should be formatted with black. We have black config in pyproject.toml, so this should be as simple as black ..