summaryrefslogtreecommitdiffstats
path: root/third_party/python/pip-tools/.pre-commit-hooks.yaml
blob: c70f0382ffda7d57a080ed30c0ff929a40685ea0 (plain)
1
2
3
4
5
6
7
- id: pip-compile
  name: pip-compile
  description: Automatically compile requirements.
  entry: pip-compile
  language: python
  files: ^requirements\.(in|txt)$
  pass_filenames: false