Skip to content

v1.3.10

Latest

Choose a tag to compare

@sheeki03 sheeki03 released this 23 Jan 12:30

Fixed

  • Smarter Python detection: Changed hook command pattern from python3 script 2>/dev/null || python script to command -v python3 >/dev/null && python3 script || python script. This prevents falling back to python when the script itself fails, showing proper error messages instead of "python: command not found".