<div dir="ltr">docs lie, it works for python3 :)<br></div><br><div class="gmail_quote"><div dir="ltr">On Tue, Jun 2, 2015 at 10:48 AM Florian Bruhin <<a href="mailto:me@the-compiler.org">me@the-compiler.org</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">* Anatoly Bubenkov <<a href="mailto:bubenkoff@gmail.com" target="_blank">bubenkoff@gmail.com</a>> [2015-06-02 08:41:12 +0000]:<br>
> there's a pylama project which is a bit buggy at error reporting, but it<br>
> solves the code checks as a whole, which i appreciate<br>
><br>
> <a href="https://github.com/klen/pylama" target="_blank">https://github.com/klen/pylama</a><br>
><br>
> So it general solution for code checks but it's also a pytest plugin which<br>
> includes mccabe checks<br>
><br>
> I use it in several projects<br>
<br>
I've seen that, but at least if I can believe the documentation it<br>
can't run pylint for python 3:<br>
<br>
    Pylint isn't supported in Python 3.<br>
<br>
Also I really dislike its approach of bundling the checkers instead of<br>
depending on them ;)<br>
<br>
So far, pytest-{pep8,flakes,mccabe} do all I want :)<br>
<br>
Florian<br>
<br>
--<br>
<a href="http://www.the-compiler.org" target="_blank">http://www.the-compiler.org</a> | <a href="mailto:me@the-compiler.org" target="_blank">me@the-compiler.org</a> (Mail/XMPP)<br>
   GPG: 916E B0C8 FD55 A072 | <a href="http://the-compiler.org/pubkey.asc" target="_blank">http://the-compiler.org/pubkey.asc</a><br>
         I love long mails! | <a href="http://email.is-not-s.ms/" target="_blank">http://email.is-not-s.ms/</a><br>
</blockquote></div>