pylint looks like an extremely handy tool, but I have encountered two problems with it:

(1) pylint closes the command prompt window before I have a chance to read the messages that it has generated.

(2) l am using three-space indentation instead of the standard four-space indentation, mainly because I have some deeply-nested blocks and want to minimize the number of line wraps. Is there any way to tell pylint that it should expect three-space indentation instead of four-space indentation?

Thanks!

Phillip
--
Dr. Phillip M. Feldman
_______________________________________________
Python-Projects mailing list
[email protected]
http://lists.logilab.org/mailman/listinfo/python-projects

Reply via email to