Skip to content

Commit d10e6f0

Browse files
committed
Update Python lint suppression
1 parent 6ebb591 commit d10e6f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/packer_pr_test.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ def build_packer_command(
160160
"template-file",
161161
type=click.Path(exists=True),
162162
)
163-
# pylint: disable=too-many-arguments
163+
# pylint: disable=too-many-positional-arguments
164164
def main(
165165
interactive,
166166
packer_cmd,

0 commit comments

Comments
 (0)