Prospector: Python Static Analysis for Humans
blog.landscape.io
Prospector: Python Static Analysis for Humans
1–10 of 22 posts
Re: Prospector: Python Static Analysis for Humans
#2Re: Prospector: Python Static Analysis for Humans
#3I think a better alternative is to use python mode for vim and get all the static analysis checks as you're coding. I tend to do half my development using an IDE (java/scala), but I don't really miss any of those features using this great plugin and vim.
Even if you prefer not to use a command-line based linter, a non-GUI option is essential if you want to do linting with CI. If you run an open source Python project, you can't assume that everyone will use a linter to check for warnings before submitting a PR (and even then, can't assume their linter settings match yours)—but you can check easily lint all PRs using Travis CI or the author's company Landscape.
Re: Prospector: Python Static Analysis for Humans
#4Re: Prospector: Python Static Analysis for Humans
#5Warning for those who don't use that license.
Re: Prospector: Python Static Analysis for Humans
#6Re: Prospector: Python Static Analysis for Humans
#7GPLv2 License - https://github.com/landscapeio/prospector/blob/master/LICENS... Warning for those who don't use that license.
Re: Prospector: Python Static Analysis for Humans
#8Re: Prospector: Python Static Analysis for Humans
#9GPLv2 License - https://github.com/landscapeio/prospector/blob/master/LICENS... Warning for those who don't use that license.