Comment #5 on issue 1456 by asmeurer: use pyflakes to identify simple bugs in sympy and fix them
http://code.google.com/p/sympy/issues/detail?id=1456
If I remember correctly, pylint can be customized, right? Because I remember that it complained about a bunch of stuff that (in my opinion anyway) was not too important (like lines only slightly longer than 80 chars) , or should actually remain the same (like no spaces around *).
By the way, except for the fact that it's much slower, the fact that pychecker runs the code isn't that big of a deal for sympy. There will be a handful of things that tools like pylint will incorrectly warn about (because they seem to be wrong in a static sense), but (assumedly) pychecker won't.
Maybe we should just edit the ./setup.py audit command so it can use any of the three.
-- You received this message because you are subscribed to the Google Groups "sympy-issues" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/sympy-issues?hl=en.
