Skip to content

Commit a327dc6

Browse files
MaxymVlasovCopilot
andauthored
Potential fix for pull request finding
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
1 parent bf63a3a commit a327dc6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

AGENTS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Two distinct hook types exist:
2929
**Python-based hooks** — invoked as `python -m pre_commit_terraform <subcommand>`:
3030
- `src/pre_commit_terraform/` is a standalone CLI app, not a helper library for bash
3131
- Each subcommand is a module with `invoke_cli_app()` + `populate_argument_parser()` + `CLI_SUBCOMMAND_NAME`
32-
- Currently only `terraform-docs-replace` subcommand exists
32+
- Currently only `replace-docs` subcommand exists (implemented in `terraform_docs_replace.py`)
3333
- Adding a new Python subcommand: create module → register in `_cli_subcommands.py` → add hook entry in `.pre-commit-hooks.yaml`
3434

3535
New shell hooks: use `_common.sh` helpers, define `per_dir_hook_unique_part`, never ad-hoc argument splitting.

0 commit comments

Comments
 (0)