-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
Reviewing the source, I found a couple things linters would typically catch, e.g. variable name shadows Python built-in os module. Example nit:
-def calculate_artifact_url(version: str, tag: str, arch: str, os: str):
+def calculate_artifact_url(version: str, tag: str, arch: str, os_name: str):I haven't played around with python linters for a long time so I don't have a strong preference here. A quick review suggests ruff (MIT license) made by the folks who made uv would be a good a choice.
Metadata
Metadata
Assignees
Labels
No labels