https://github.com/ray-project/ray
Raw File
Tip revision: 243683ef1f4a8cbe72744036f1252f8e175760d2 authored by Áron Ricardo Perez-Lopez on 30 August 2022, 22:04:20 UTC
Unpin starlette
Tip revision: 243683e
setup_hooks.sh
#!/bin/bash
chmod +x "$PWD"/ci/lint/pre-push
ln -s "$PWD"/ci/lint/pre-push "$PWD"/.git/hooks/pre-push
back to top