https://github.com/ray-project/ray
Raw File
Tip revision: 84ae68c7d7ef4d15eeddb47607a4d5173d2eca77 authored by dependabot[bot] on 02 August 2023, 00:09:27 UTC
Bump cryptography from 40.0.2 to 41.0.3 in /release
Tip revision: 84ae68c
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