The documentation suggests the `pre-commit` hook: ```yaml - id: pip-compile name: pip-compile requirements.txt args: [requirements.txt] files: ^requirements\.(in|txt)$ ``` however this is incorrect — it should be `requirements.in` which is passed in.