uranusjr commented on code in PR #67596:
URL: https://github.com/apache/airflow/pull/67596#discussion_r3310017033


##########
scripts/ci/prek/check_supervisor_schemas_versions.py:
##########
@@ -84,6 +84,7 @@ def dump_snapshot(cwd: Path) -> str:
             "run",
             "-p",
             "3.12",
+            "--frozen",

Review Comment:
   Without this, running the script would potentially update `uv.lock`, which 
does not seem like a good idea. I had troubles updating files while building 
PRs because the file updates trigger this script (or 
`generate_supervisor_schemas`) and makes changes to `uv.lock` that I don’t want 
to include in the PR (or causes conflict outright).



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to