[code-quality] pylint for cython?

Skip Montanaro skip at pobox.com
Fri Sep 12 17:52:15 CEST 2014


I have slowly been converting some Python source to Cython. I'm pretty
conservative in what changes I make, mostly sprinkling a few "cdef",
"float" and "int" declarations around the pyx file. Still, conservative or
not, it's enough to choke pylint. Rather than have to maintain a pure
Python version of my code, it would be nice if pylint had a flag or if
there was a "cylint" tool available.

A few Google and PyPi searches failed to reveal anything. Is there
something out there?

Thanks,

Skip
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/code-quality/attachments/20140912/dc780bb7/attachment.html>


More information about the code-quality mailing list