https://github.com/ray-project/ray
Raw File
Tip revision: cfbf98c315cfb2710c56039a3c96477d196de049 authored by Bryce Huang on 12 January 2024, 05:15:08 UTC
[Debugger] Adding debupgy as the ray debugger (#42311) (#42361)
Tip revision: cfbf98c
setup_hooks.sh
#!/bin/sh
chmod +x "$PWD"/ci/lint/pre-push
ln -s "$PWD"/ci/lint/pre-push "$PWD"/.git/hooks/pre-push
ln -s "$PWD"/ci/lint/prepare-commit-msg "$PWD"/.git/hooks/prepare-commit-msg
back to top