From 41ca73754450ad0a55e9ca6a009c64b8d78f5b8b Mon Sep 17 00:00:00 2001 From: Barry Warsaw Date: Fri, 1 Apr 2016 17:17:00 -0400 Subject: Use flake8-respect-noqa plugin and fix more complaints. --- src/mailman/commands/cli_lists.py | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'src/mailman/commands/cli_lists.py') diff --git a/src/mailman/commands/cli_lists.py b/src/mailman/commands/cli_lists.py index 0b077543e..352accab2 100644 --- a/src/mailman/commands/cli_lists.py +++ b/src/mailman/commands/cli_lists.py @@ -222,11 +222,11 @@ class Create: print(_('Created mailing list: $mlist.fqdn_listname')) if args.notify: d = dict( - listname = mlist.fqdn_listname, - admin_url = mlist.script_url('admin'), - listinfo_url = mlist.script_url('listinfo'), - requestaddr = mlist.request_address, - siteowner = mlist.no_reply_address, + listname = mlist.fqdn_listname, # noqa + admin_url = mlist.script_url('admin'), # noqa + listinfo_url = mlist.script_url('listinfo'), # noqa + requestaddr = mlist.request_address, # noqa + siteowner = mlist.no_reply_address, # noqa ) text = make('newlist.txt', mailing_list=mlist, **d) # Set the I18N language to the list's preferred language so the -- cgit v1.2.3-70-g09d2