It seems that there are too many Python linting packages and I am wonder which one should we use.
I suspect installing two will provide a confusing experience, if not even triggering weird bugs.
- python-autopep8 - 20+
- linter-python-flaks - 6+
- linter-flake8 - 153+
- linter-pylint - 119+
Here are few areas I want to clarify:
- is ok to use more than one?
- wouldn't be better to ask authors to join efforts and focus on a single one?
What are the pros and cons for them?