[code-quality] Is it possilbe to run pyLint on a string

Piotr Kupczyk pio.kupczyk at gmail.com
Thu Feb 26 21:38:26 CET 2015


I am wondering whether it is possible to run pylint on a string
containing code. I checked that it is possible in flake8 i.e.
http://flake8.readthedocs.org/en/latest/api.html#flake8.main.check_code
Is that possible in pylint?

Thanks


More information about the code-quality mailing list