Re: Static analysis tools

2012-10-11 Thread Tim Leslie
On 12 October 2012 04:25, Dan Stromberg wrote: > > I'm familiar with pylint, and have recently played with pyflakes and flake8. > I've also heard of pychecker. > > Are there others, perhaps including some that aren't written in Python, but > still check Python? Another one I've found useful for s

Re: Static analysis tools

2012-10-11 Thread Mark Lawrence
On 11/10/2012 18:25, Dan Stromberg wrote: I'm familiar with pylint, and have recently played with pyflakes and flake8. I've also heard of pychecker. Are there others, perhaps including some that aren't written in Python, but still check Python? We're considering doing static analysis of a large

Static analysis tools

2012-10-11 Thread Dan Stromberg
I'm familiar with pylint, and have recently played with pyflakes and flake8. I've also heard of pychecker. Are there others, perhaps including some that aren't written in Python, but still check Python? We're considering doing static analysis of a large CPython 3.2 project, but so far the traditi