Depending on your editor of choice, you can get integrated pyflakes/pyling/flake8, e.g. I use vim and the syntastic plugin which is great.
This way, you get a bit of on the fly static checking without needing to remember command line tools/using vcs hooks, which is much more productive.
Thanks again.
Depending on your editor of choice, you can get integrated pyflakes/pyling/flake8, e.g. I use vim and the syntastic plugin which is great.
This way, you get a bit of on the fly static checking without needing to remember command line tools/using vcs hooks, which is much more productive.