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