Skip to main content

isort plugin for the Python LSP Server

Project description

python-lsp-isort

isort plugin for the Python LSP Server.

Install

In the same virtualenv as python-lsp-server:

pip install python-lsp-isort

Configuration

The plugin follows python-lsp-server's configuration. These are the valid configuration keys:

  • pylsp.plugins.isort.enabled: boolean to enable/disable the plugin. true by default.
  • pylsp.plugins.isort.*: any other key-value pair under pylsp.plugins.isort is passed to isort.settings.Config. See the reference for details.

Note that any configurations passed to isort via pylsp are ignored when isort detects a config file, such as pyproject.toml.

Project details


Release history Release notifications | RSS feed

This version

0.1

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

python-lsp-isort-0.1.tar.gz (3.8 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page