Skip to content

Commit 5dfea37

Browse files
authored
Fix tests
1 parent ea52922 commit 5dfea37

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/pre_commit_terraform/terraform_docs_replace.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ def invoke_cli_app(parsed_cli_args: Namespace) -> ReturnCodeType:
5353
'https://github.com/antonbabenko/pre-commit-terraform/issues/248'
5454
'#issuecomment-1290829226',
5555
category=UserWarning,
56-
stacklevel=2,
56+
stacklevel=1,
5757
)
5858

5959
dirs: list[str] = []

0 commit comments

Comments
 (0)