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 45a108c commit 9e0bc95Copy full SHA for 9e0bc95
src/pre_commit_terraform/_cli_parsing.py
@@ -35,7 +35,7 @@ def initialize_argument_parser() -> ArgumentParser:
35
"""Return the root argument parser with sub-commands.
36
37
Returns:
38
- ReturnCodeType: The return code of the app.
+ ArgumentParser: The root parser with sub-commands attached.
39
"""
40
root_cli_parser = ArgumentParser(prog=f'python -m {__package__ !s}')
41
attach_subcommand_parsers_to(root_cli_parser)
0 commit comments