Start adding ANN ruff rules

This commit is contained in:
Julian Stirling 2025-08-27 13:21:34 +01:00
parent 154f063ab3
commit 24233412af
19 changed files with 123 additions and 46 deletions

View file

@ -12,7 +12,7 @@ from gitlab.exceptions import GitlabGetError
PROJECT_ID = 9238334
def main(tag, branch: str = "v3"):
def main(tag: str, branch: str = "v3"):
"""Create a list of the MRs into a given branch after a tag.
:param tag: The tag the mrs should be since.