Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 330 Bytes

python_linter.rst

File metadata and controls

9 lines (7 loc) · 330 Bytes

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 python setting.
  • Automatically find an environment using pipenv