https://github.com/ray-project/ray
Raw File
Tip revision: 4eed8a777b8eb934e5c90fa59ce18559bf7c6f4f authored by dependabot[bot] on 04 July 2023, 00:24:15 UTC
Bump cryptography from 40.0.2 to 41.0.0 in /release
Tip revision: 4eed8a7
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