
Feb. 27, 2015
1:37 p.m.
Hi Skip, thanks for reply. I am actually looking for an option to not create any files (even temporary) at all. Is there still an option to use pylint on a string? Cheers, Piotr. 2015-02-27 3:34 GMT+01:00 Skip Montanaro <skip.montanaro@gmail.com>:
I am wondering whether it is possible to run pylint on a string containing code.
You could write the string to a temp file, and run pylint on that file.
Skip