Skip to content

Commit ca25d16

Browse files
committed
lint
1 parent 8c8b3b5 commit ca25d16

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

mailmerge/__main__.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,9 @@ def main(sample, dry_run, limit, no_limit, resume,
7373
"""
7474
# We need an argument for each command line option. That also means a lot
7575
# of local variables.
76-
# pylint: disable=too-many-arguments, too-many-locals
76+
# pylint: disable=too-many-arguments
77+
# pylint: disable=too-many-positional-arguments
78+
# pylint: disable=too-many-locals
7779

7880
# Convert paths from string to Path objects
7981
# https://github.com/pallets/click/issues/405

0 commit comments

Comments
 (0)