https://github.com/ray-project/ray
Raw File
Tip revision: eed3512e30a5f0067e58f022e53ce99f511af4a9 authored by Catch-Bull on 29 November 2022, 08:27:32 UTC
fix lint
Tip revision: eed3512
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