Configure gts with pre-commit framework
mainTo use gts as a hook in the pre-commit framework, add the following to your .pre-commit-config.yaml file. Ensure you specify a valid rev (tag or SHA).
repos:
- repo: https://github.com/google/gts
rev: '' # Use the sha / tag you want to point at
hooks:
- id: gts