On 14 septembre 06:09, John Levon wrote: > > I have a bunch of functions called in a uniform way. Some of them make > use of a 'quiet' keyword argument, and some don't. pylint reports > 'unused argument' for the ones that don't. Obviously, they can't be > renamed 'dummy', and I can't see any way to turn off the warning on a > per-function basis without disabling too much. Suggestions?
you can either disable the warning per function or globally allow 'quiet' using dummy-variables-rgx option. -- Sylvain Thénault LOGILAB, Paris (France) Formations Python, Debian, Méth. Agiles: http://www.logilab.fr/formations Développement logiciel sur mesure: http://www.logilab.fr/services CubicWeb, the semantic web framework: http://www.cubicweb.org _______________________________________________ Python-Projects mailing list Python-Projects@lists.logilab.org http://lists.logilab.org/mailman/listinfo/python-projects