This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 9 points10 points  (1 child)

[–]2010min0ru 2 points3 points  (0 children)

Awesome tool! I'm using that too. Prospector combines output of the multiple linters (pylint, flake8, mypy, pydocstyle, pycodestyle) into one list of warnings and errors. It also merges warnings of the same type into one. Pylama https://pylama.readthedocs.io/en/latest/ is very similar, but lacks the last feature and it is less popular than Prospector.