How make PyLint just ignore unused variables of for loops? e.g. "i" in "for i in range(10)" ?
I want PyLint to warn me of unused variables. The problem is that for loops are the one exception where you often have legitimate "unused" variables. cs _______________________________________________ Python-Projects mailing list [email protected] http://lists.logilab.org/mailman/listinfo/python-projects
