Skip to content

Commit 2fc9c37

Browse files
committed
Apply review suggestions
1 parent 6c2c7af commit 2fc9c37

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/pre_commit_terraform/terraform_docs_replace.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,8 @@ def populate_argument_parser(subcommand_parser: ArgumentParser) -> None:
5858
)
5959

6060

61+
# WPS231 - Found function with too much cognitive complexity
62+
# We will not spend time on fixing complexity in deprecated hook
6163
def invoke_cli_app(parsed_cli_args: Namespace) -> ReturnCodeType: # noqa: WPS231
6264
"""Run the entry-point of the CLI app.
6365

0 commit comments

Comments
 (0)