Unless I missed something PyLint only checks and notifies for problems.
Now I would like to investigate if it's possible to write some "solvers" for these problems.

For example suppose you find an unused import, why not just delete it or ask to delete
it interactively?

From what I've understood is not so trivial because the analysis is normally done on the AST, and writing back code from the modified AST is not trivial, but do you know
about any ways to tacke the problem?

Thanks,
Andrea
_______________________________________________
Python-Projects mailing list
[email protected]
http://lists.logilab.org/mailman/listinfo/python-projects

Reply via email to