I\'m using Sublime Text 3 With Pylinter to run pylint on my files.
pylint
However, on the same machine, I work on files for both python 2, and python 3 project
AFAIK Pylint lints for the version of Python it is running on and it is not possible to override it.