Skip to content

Commit 55009e6

Browse files
committed
B028 - No explicit stacklevel keyword argument found
1 parent 25fe05a commit 55009e6

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/pre_commit_terraform/terraform_docs_replace.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +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,
5657
)
5758

5859
dirs: list[str] = []

0 commit comments

Comments
 (0)