Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
awdeorio committed Oct 31, 2024
1 parent 8c8b3b5 commit ca25d16
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion mailmerge/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,9 @@ def main(sample, dry_run, limit, no_limit, resume,
"""
# We need an argument for each command line option. That also means a lot
# of local variables.
# pylint: disable=too-many-arguments, too-many-locals
# pylint: disable=too-many-arguments
# pylint: disable=too-many-positional-arguments
# pylint: disable=too-many-locals

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

0 comments on commit ca25d16

Please sign in to comment.