abhijeets25012-tech opened a new pull request, #62309:
URL: https://github.com/apache/airflow/pull/62309

   What this PR does
   
   Updates assert_prek_installed() to run:
   
   python -m prek --version
   
   instead of:
   
   prek --version
   Why
   
   This ensures prek is executed from the Breeze Python environment rather than 
relying on a system-installed binary. It improves environment isolation and 
avoids false positives from globally installed versions.
   
   Impact
   
   More reliable prek detection
   
   No functional changes beyond environment correctness
   
   No unrelated files modified
   


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