letaoj commented on code in PR #181:
URL: https://github.com/apache/flink-agents/pull/181#discussion_r2369694666


##########
tools/lint.sh:
##########
@@ -67,7 +67,7 @@ install_python_deps() {
   if command -v uv >/dev/null 2>&1; then
     echo "Using uv for dependency management"
     pushd python
-    uv sync --extra lint
+    uv sync --extra lint --index-strategy unsafe-best-match

Review Comment:
   :( This is to mitigate the issue where our internal pip repo does not have 
the necessary dependency thus i have to add this to the lint for the lint to 
work. I will revert it to keep the main branch clean. 



-- 
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