<div dir="ltr">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.<div><br></div><div>A few Google and PyPi searches failed to reveal anything. Is there something out there?</div><div><br></div><div>Thanks,</div><div><br></div><div>Skip</div><div><br></div></div>