We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf63a3a commit a327dc6Copy full SHA for a327dc6
1 file changed
AGENTS.md
@@ -29,7 +29,7 @@ Two distinct hook types exist:
29
**Python-based hooks** — invoked as `python -m pre_commit_terraform <subcommand>`:
30
- `src/pre_commit_terraform/` is a standalone CLI app, not a helper library for bash
31
- Each subcommand is a module with `invoke_cli_app()` + `populate_argument_parser()` + `CLI_SUBCOMMAND_NAME`
32
-- Currently only `terraform-docs-replace` subcommand exists
+- Currently only `replace-docs` subcommand exists (implemented in `terraform_docs_replace.py`)
33
- Adding a new Python subcommand: create module → register in `_cli_subcommands.py` → add hook entry in `.pre-commit-hooks.yaml`
34
35
New shell hooks: use `_common.sh` helpers, define `per_dir_hook_unique_part`, never ad-hoc argument splitting.
0 commit comments