Add ANN20X rules to ruff

This commit is contained in:
Julian Stirling 2025-08-27 14:00:49 +01:00
parent d673196671
commit 4c46330959
20 changed files with 98 additions and 86 deletions

View file

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