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

@ -43,7 +43,7 @@ def extract_zip(zip_data: bytes) -> None:
print(f"Extracted zip to: {THIS_DIR}")
def main(branch: str = "v3"):
def main(branch: str = "v3") -> None:
"""Fetch build artifacts from GitLab for a given branch and unzip.
Clear any existing static directory before extract the new files.