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 5dfea37 commit 3132f17Copy full SHA for 3132f17
src/pre_commit_terraform/terraform_docs_replace.py
@@ -53,7 +53,7 @@ def invoke_cli_app(parsed_cli_args: Namespace) -> ReturnCodeType:
53
'https://github.com/antonbabenko/pre-commit-terraform/issues/248'
54
'#issuecomment-1290829226',
55
category=UserWarning,
56
- stacklevel=1,
+ stacklevel=1, # It's should be 2, but tests are failing w/ values >1. As it's deprecated hook, it's safe to leave it as is w/o fixing it later.
57
)
58
59
dirs: list[str] = []
0 commit comments