https://github.com/ray-project/ray
Raw File
Tip revision: 5f0af36414e97385012498f041ac0a982a9de9e9 authored by Max Pumperla on 20 September 2022, 08:42:00 UTC
[docs] skip undocumented / overloaded functions in Core
Tip revision: 5f0af36
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