Skip to content

Commit fbca0fd

Browse files
committed
E501 - Line too long (99 > 79)
1 parent 91eaf67 commit fbca0fd

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/pre_commit_terraform/terraform_docs_replace.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,8 @@ def invoke_cli_app(parsed_cli_args: Namespace) -> ReturnCodeType:
5959
'https://github.com/antonbabenko/pre-commit-terraform/issues/248'
6060
'#issuecomment-1290829226',
6161
category=UserWarning,
62-
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.
62+
stacklevel=1, # It's should be 2, but tests are failing w/ values >1.
63+
# As it's deprecated hook, it's safe to leave it as is w/o fixing it.
6364
)
6465

6566
dirs: list[str] = []

0 commit comments

Comments
 (0)