PythonLinter classΒΆ
If your linter plugin interfaces with a linter that is written in python,
you should subclass from SublimeLinter.lint.PythonLinter.
By doing so, you get the following features:
Use correct environment using a
pythonsetting.Automatically find an environment using
pipenv