Add ANN20X rules to ruff
This commit is contained in:
parent
d673196671
commit
4c46330959
20 changed files with 98 additions and 86 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue