diff --git a/setup.cfg b/setup.cfg index 5a0ae0e629..29bb083103 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,4 +1,4 @@ [flake8] max-line-length = 160 builtins = _,dynamic_property,__,P,I,lopen,icu_lower,icu_upper,icu_title,ngettext -ignore = E12,E22,E231,E301,E302,E304,E401,W391 +ignore = E12,E203,E22,E231,E241,E301,E302,E304,E401,W391 diff --git a/setup.py b/setup.py index 1424d83137..9ff70d30df 100644 --- a/setup.py +++ b/setup.py @@ -63,7 +63,7 @@ def main(args=sys.argv): parser = option_parser() command.add_all_options(parser) - parser.set_usage('Usage: python setup.py %s [options]\n\n'%args[1]+\ + parser.set_usage('Usage: python setup.py %s [options]\n\n'%args[1]+ command.description) opts, args = parser.parse_args(args)