Skip to content

Instantly share code, notes, and snippets.

@xsqian
Created May 20, 2021 04:07
Show Gist options
  • Save xsqian/480df7122dce2185d66894ef07824711 to your computer and use it in GitHub Desktop.
Save xsqian/480df7122dce2185d66894ef07824711 to your computer and use it in GitHub Desktop.
create a pre-commit yapf
cd .git/hooks
curl -o pre-commit.sh https://raw.githubusercontent.com/google/yapf/main/plugins/pre-commit.sh
chmod a+x pre-commit.sh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment